#0f34d8

Color #0F34D8 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0F34D8

Tints of Persian Blue #0F34D8

Color information

#0F34D8 (or 0x0F34D8) is unknown color: approx Persian Blue. HEX triplet: 0F, 34 and D8. RGB value is (15,52,216). Sum of RGB (Red+Green+Blue) = 15+52+216=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F34D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F34D8 is #F0CB27. Grayscale: #3A3A3A. Windows color (decimal): -15780648 or 14169103. OLE color: 14169103.

HSL color Cylindrical-coordinate representation of color #0F34D8: hue angle of 228.96º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F34D8 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1552216-
CMYK0.930.7600.15
HSL228.96º87.01%45.29%-
HSV(B)228.96º93.06%84.71%-
XYZ13.827.5265.69-
YUV59.63216.2496.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 216 (84.77% from 255) = 76.33%
R=5.30%
G=18.37%
B=76.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15522160.930.7600.15228.9687.0145.29
HexF34D85D4C0Fe5572d
Octal176433013511401734512755
Binary1111110100110110001011101100110001111111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f34d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f34d8; }

 p { color: rgb(15,52,216); }

 H1.HeaderClassName
 {
   color: #0f34d8;
 }
 .AnyTagClassName
 {
   color: #0f34d8;
 }
</style>
background-color css

<style>
 a { background-color: #0f34d8; }

 a { background-color: rgb(15,52,216); }

 div.DivClassName
 {
   background-color: #0f34d8;
 }
 .BgClassName
 {
   background-color: #0f34d8;
 }
</style>
border-color css

<style>
 span { border-color: #0f34d8; }

 span { border-color: rgb(15,52,216); }

 td.TdClassName
 {
   border-color: #0f34d8;
 }
 .TagClassName
 {
   border-color: #0f34d8;
 }
</style>