Html Css Color HEX #0B376C Prussian Blue

📋 copy color: '#0B376C'

red 11 ◦ green 55 ◦ blue 108

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

Shades of Prussian Blue #0B376C

Tints of Prussian Blue #0B376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 108 (42.58% from 255) = 62.07%

R = 6.32%
G = 31.61%
B = 62.07%

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

#0B376C (or 0x0B376C) is known color: Prussian Blue. HEX triplet: 0B, 37 and 6C. RGB value is (11,55,108). Sum of RGB (Red+Green+Blue) = 11+55+108=174 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.32% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B376C is #F4C893. Grayscale: #2F2F2F. Windows color (decimal): -16042132 or 7091979. OLE color: 7091979.

HSL color Cylindrical-coordinate representation of color #0B376C: hue angle of 212.78º degrees, saturation: 0.82, 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 #0B376C is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 55 108 -
CMYK 0.90 0.49 0 0.58
HSL 212.78º 0.82% 0.23% -
HSV(B) 212.78º 0.9% 0.42% -
XYZ 4.21 3.89 14.72 -
YUV 47.89 161.92 101.69 -
System Red Green Blue C M Y K H S L
Decimal 11 55 108 0.90 0.49 0 0.58 212.78 0.82 0.23
Hex B 37 6C 5A 31 0 3A D5 52 17
Octal 13 67 154 132 61 0 72 325 122 27
Binary 1011 110111 1101100 1011010 110001 0 111010 11010101 1010010 10111

Color Harmonies of #0B376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B376C

Black with #0B376C

Text Example


Text Example

White with #0B376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,55,108); }

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

background-color css

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

 a { background-color: rgb(11,55,108); }

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

border-color css

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

 span { border-color: rgb(11,55,108); }

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