Html Css Color HEX #0B3370 Prussian Blue

📋 copy color: '#0B3370'

red 11 ◦ green 51 ◦ blue 112

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

Shades of Prussian Blue #0B3370

Tints of Prussian Blue #0B3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 6.32%
G = 29.31%
B = 64.37%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B3370 (or 0x0B3370) is known color: Prussian Blue. HEX triplet: 0B, 33 and 70. RGB value is (11,51,112). Sum of RGB (Red+Green+Blue) = 11+51+112=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B3370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3370 is #F4CC8F. Grayscale: #2D2D2D. Windows color (decimal): -16043152 or 7353099. OLE color: 7353099.

HSL color Cylindrical-coordinate representation of color #0B3370: hue angle of 216.24º 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 #0B3370 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 51 112 -
CMYK 0.90 0.54 0 0.56
HSL 216.24º 0.82% 0.24% -
HSV(B) 216.24º 0.9% 0.44% -
XYZ 4.25 3.61 15.8 -
YUV 45.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 11 51 112 0.90 0.54 0 0.56 216.24 0.82 0.24
Hex B 33 70 5A 36 0 38 D8 52 18
Octal 13 63 160 132 66 0 70 330 122 30
Binary 1011 110011 1110000 1011010 110110 0 111000 11011000 1010010 11000

Color Harmonies of #0B3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3370

Black with #0B3370

Text Example


Text Example

White with #0B3370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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