Html Css Color HEX #0B037D Navy

📋 copy color: '#0B037D'

red 11 ◦ green 3 ◦ blue 125

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

Shades of Navy #0B037D

Tints of Navy #0B037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

 BLUE value IS 125 (49.22% from 255) = 89.93%

R = 7.91%
G = 2.16%
B = 89.93%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B037D (or 0x0B037D) is known color: Navy. HEX triplet: 0B, 03 and 7D. RGB value is (11,3,125). Sum of RGB (Red+Green+Blue) = 11+3+125=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 125 (49.22% from 255 or 89.93% from 139); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B037D is #F4FC82. Grayscale: #121212. Windows color (decimal): -16055427 or 8192779. OLE color: 8192779.

HSL color Cylindrical-coordinate representation of color #0B037D: hue angle of 243.93º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B037D is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 3 125 -
CMYK 0.91 0.98 0 0.51
HSL 243.93º 0.95% 0.25% -
HSV(B) 243.93º 0.98% 0.49% -
XYZ 3.87 1.62 19.51 -
YUV 19.3 187.65 122.08 -
System Red Green Blue C M Y K H S L
Decimal 11 3 125 0.91 0.98 0 0.51 243.93 0.95 0.25
Hex B 3 7D 5B 62 0 33 F4 5F 19
Octal 13 3 175 133 142 0 63 364 137 31
Binary 1011 11 1111101 1011011 1100010 0 110011 11110100 1011111 11001

Color Harmonies of #0B037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B037D

Black with #0B037D

Text Example


Text Example

White with #0B037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,125); }

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

background-color css

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

 a { background-color: rgb(11,3,125); }

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

border-color css

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

 span { border-color: rgb(11,3,125); }

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