Html Css Color HEX #0B366E Prussian Blue

📋 copy color: '#0B366E'

red 11 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #0B366E

Tints of Prussian Blue #0B366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.86%

R = 6.29%
G = 30.86%
B = 62.86%

CMYK

 C value IS 0.9

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B366E (or 0x0B366E) is known color: Prussian Blue. HEX triplet: 0B, 36 and 6E. RGB value is (11,54,110). Sum of RGB (Red+Green+Blue) = 11+54+110=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B366E is #F4C991. Grayscale: #2F2F2F. Windows color (decimal): -16042386 or 7222795. OLE color: 7222795.

HSL color Cylindrical-coordinate representation of color #0B366E: hue angle of 213.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B366E is Cyan = 0.9, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 54 110 -
CMYK 0.9 0.51 0 0.57
HSL 213.94º 0.82% 0.24% -
HSV(B) 213.94º 0.9% 0.43% -
XYZ 4.27 3.84 15.27 -
YUV 47.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 11 54 110 0.9 0.51 0 0.57 213.94 0.82 0.24
Hex B 36 6E 5A 33 0 39 D6 52 18
Octal 13 66 156 132 63 0 71 326 122 30
Binary 1011 110110 1101110 1011010 110011 0 111001 11010110 1010010 11000

Color Harmonies of #0B366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B366E

Black with #0B366E

Text Example


Text Example

White with #0B366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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