Html Css Color HEX #0B375E Prussian Blue

📋 copy color: '#0B375E'

red 11 ◦ green 55 ◦ blue 94

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

Shades of Prussian Blue #0B375E

Tints of Prussian Blue #0B375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 58.75%

R = 6.88%
G = 34.38%
B = 58.75%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B375E (or 0x0B375E) is known color: Prussian Blue. HEX triplet: 0B, 37 and 5E. RGB value is (11,55,94). Sum of RGB (Red+Green+Blue) = 11+55+94=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #0B375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B375E is #F4C8A1. Grayscale: #2E2E2E. Windows color (decimal): -16042146 or 6174475. OLE color: 6174475.

HSL color Cylindrical-coordinate representation of color #0B375E: hue angle of 208.19º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B375E is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 55 94 -
CMYK 0.88 0.41 0 0.63
HSL 208.19º 0.79% 0.21% -
HSV(B) 208.19º 0.88% 0.37% -
XYZ 3.52 3.61 11.1 -
YUV 46.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 11 55 94 0.88 0.41 0 0.63 208.19 0.79 0.21
Hex B 37 5E 58 29 0 3F D0 4F 15
Octal 13 67 136 130 51 0 77 320 117 25
Binary 1011 110111 1011110 1011000 101001 0 111111 11010000 1001111 10101

Color Harmonies of #0B375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B375E

Black with #0B375E

Text Example


Text Example

White with #0B375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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