Html Css Color HEX #0B3670 Prussian Blue

📋 copy color: '#0B3670'

red 11 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #0B3670

Tints of Prussian Blue #0B3670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 6.21%
G = 30.51%
B = 63.28%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3670 (or 0x0B3670) is known color: Prussian Blue. HEX triplet: 0B, 36 and 70. RGB value is (11,54,112). Sum of RGB (Red+Green+Blue) = 11+54+112=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B3670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3670 is #F4C98F. Grayscale: #2F2F2F. Windows color (decimal): -16042384 or 7353867. OLE color: 7353867.

HSL color Cylindrical-coordinate representation of color #0B3670: hue angle of 214.46º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B3670 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 54 112 -
CMYK 0.90 0.52 0 0.56
HSL 214.46º 0.82% 0.24% -
HSV(B) 214.46º 0.9% 0.44% -
XYZ 4.38 3.88 15.85 -
YUV 47.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 11 54 112 0.90 0.52 0 0.56 214.46 0.82 0.24
Hex B 36 70 5A 34 0 38 D6 52 18
Octal 13 66 160 132 64 0 70 326 122 30
Binary 1011 110110 1110000 1011010 110100 0 111000 11010110 1010010 11000

Color Harmonies of #0B3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3670

Black with #0B3670

Text Example


Text Example

White with #0B3670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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