Html Css Color HEX #0B3957 Prussian Blue

📋 copy color: '#0B3957'

red 11 ◦ green 57 ◦ blue 87

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

Shades of Prussian Blue #0B3957

Tints of Prussian Blue #0B3957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

 BLUE value IS 87 (34.38% from 255) = 56.13%

R = 7.1%
G = 36.77%
B = 56.13%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0B3957 (or 0x0B3957) is known color: Prussian Blue. HEX triplet: 0B, 39 and 57. RGB value is (11,57,87). Sum of RGB (Red+Green+Blue) = 11+57+87=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B3957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B3957 is #F4C6A8. Grayscale: #2E2E2E. Windows color (decimal): -16041641 or 5716235. OLE color: 5716235.

HSL color Cylindrical-coordinate representation of color #0B3957: hue angle of 203.68º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B3957 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 11 57 87 -
CMYK 0.87 0.34 0 0.66
HSL 203.68º 0.78% 0.19% -
HSV(B) 203.68º 0.87% 0.34% -
XYZ 3.32 3.69 9.55 -
YUV 46.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 11 57 87 0.87 0.34 0 0.66 203.68 0.78 0.19
Hex B 39 57 57 22 0 42 CC 4E 13
Octal 13 71 127 127 42 0 102 314 116 23
Binary 1011 111001 1010111 1010111 100010 0 1000010 11001100 1001110 10011

Color Harmonies of #0B3957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3957

Black with #0B3957

Text Example


Text Example

White with #0B3957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,57,87); }

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

background-color css

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

 a { background-color: rgb(11,57,87); }

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

border-color css

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

 span { border-color: rgb(11,57,87); }

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