Html Css Color HEX #0B366A Prussian Blue

📋 copy color: '#0B366A'

red 11 ◦ green 54 ◦ blue 106

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

Shades of Prussian Blue #0B366A

Tints of Prussian Blue #0B366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 61.99%

R = 6.43%
G = 31.58%
B = 61.99%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B366A (or 0x0B366A) is known color: Prussian Blue. HEX triplet: 0B, 36 and 6A. RGB value is (11,54,106). Sum of RGB (Red+Green+Blue) = 11+54+106=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B366A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B366A is #F4C995. Grayscale: #2E2E2E. Windows color (decimal): -16042390 or 6960651. OLE color: 6960651.

HSL color Cylindrical-coordinate representation of color #0B366A: hue angle of 212.84º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B366A is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 54 106 -
CMYK 0.90 0.49 0 0.58
HSL 212.84º 0.81% 0.23% -
HSV(B) 212.84º 0.9% 0.42% -
XYZ 4.06 3.75 14.15 -
YUV 47.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 11 54 106 0.90 0.49 0 0.58 212.84 0.81 0.23
Hex B 36 6A 5A 31 0 3A D5 51 17
Octal 13 66 152 132 61 0 72 325 121 27
Binary 1011 110110 1101010 1011010 110001 0 111010 11010101 1010001 10111

Color Harmonies of #0B366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B366A

Black with #0B366A

Text Example


Text Example

White with #0B366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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