Html Css Color HEX #0F3BB6 Persian Blue

📋 copy color: '#0F3BB6'

red 15 ◦ green 59 ◦ blue 182

#0F3BB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0F3BB6

Tints of Persian Blue #0F3BB6

RGB

 RED value IS 15 (6.25% from 255) = 5.86%

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 182 (71.48% from 255) = 71.09%

R = 5.86%
G = 23.05%
B = 71.09%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F3BB6 (or 0x0F3BB6) is known color: Persian Blue. HEX triplet: 0F, 3B and B6. RGB value is (15,59,182). Sum of RGB (Red+Green+Blue) = 15+59+182=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F3BB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F3BB6 is #F0C449. Grayscale: #3B3B3B. Windows color (decimal): -15778890 or 11942671. OLE color: 11942671.

HSL color Cylindrical-coordinate representation of color #0F3BB6: hue angle of 224.19º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F3BB6 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 59 182 -
CMYK 0.92 0.68 0 0.29
HSL 224.19º 0.85% 0.39% -
HSV(B) 224.19º 0.92% 0.71% -
XYZ 10.2 6.61 44.99 -
YUV 59.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 15 59 182 0.92 0.68 0 0.29 224.19 0.85 0.39
Hex F 3B B6 5C 44 0 1D E0 55 27
Octal 17 73 266 134 104 0 35 340 125 47
Binary 1111 111011 10110110 1011100 1000100 0 11101 11100000 1010101 100111

Color Harmonies of #0F3BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3BB6

Black with #0F3BB6

Text Example


Text Example

White with #0F3BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,59,182); }

 H1.HeaderClassName
 {
   color: #0F3BB6;
 }
 .AnyTagClassName
 {
   color: #0F3BB6;
 }
</style>

background-color css

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

 a { background-color: rgb(15,59,182); }

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

border-color css

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

 span { border-color: rgb(15,59,182); }

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