Html Css Color HEX #0B3659 Prussian Blue

📋 copy color: '#0B3659'

red 11 ◦ green 54 ◦ blue 89

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

Shades of Prussian Blue #0B3659

Tints of Prussian Blue #0B3659

RGB

 RED value IS 11 (4.69% from 255) = 7.14%

 GREEN value IS 54 (21.48% from 255) = 35.06%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 7.14%
G = 35.06%
B = 57.79%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B3659 (or 0x0B3659) is known color: Prussian Blue. HEX triplet: 0B, 36 and 59. RGB value is (11,54,89). Sum of RGB (Red+Green+Blue) = 11+54+89=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B3659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3659 is #F4C9A6. Grayscale: #2C2C2C. Windows color (decimal): -16042407 or 5846539. OLE color: 5846539.

HSL color Cylindrical-coordinate representation of color #0B3659: hue angle of 206.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B3659 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 54 89 -
CMYK 0.88 0.39 0 0.65
HSL 206.92º 0.78% 0.2% -
HSV(B) 206.92º 0.88% 0.35% -
XYZ 3.26 3.43 9.94 -
YUV 45.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 11 54 89 0.88 0.39 0 0.65 206.92 0.78 0.2
Hex B 36 59 58 27 0 41 CF 4E 14
Octal 13 66 131 130 47 0 101 317 116 24
Binary 1011 110110 1011001 1011000 100111 0 1000001 11001111 1001110 10100

Color Harmonies of #0B3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3659

Black with #0B3659

Text Example


Text Example

White with #0B3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,89); }

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

background-color css

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

 a { background-color: rgb(11,54,89); }

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

border-color css

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

 span { border-color: rgb(11,54,89); }

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