Html Css Color HEX #0B036C Navy

📋 copy color: '#0B036C'

red 11 ◦ green 3 ◦ blue 108

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

Shades of Navy #0B036C

Tints of Navy #0B036C

RGB

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

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

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

R = 9.02%
G = 2.46%
B = 88.52%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B036C (or 0x0B036C) is known color: Navy. HEX triplet: 0B, 03 and 6C. RGB value is (11,3,108). Sum of RGB (Red+Green+Blue) = 11+3+108=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 108 (42.58% from 255 or 88.52% from 122); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B036C is #F4FC93. Grayscale: #101010. Windows color (decimal): -16055444 or 7078667. OLE color: 7078667.

HSL color Cylindrical-coordinate representation of color #0B036C: hue angle of 244.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B036C is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 3 108 -
CMYK 0.90 0.97 0 0.58
HSL 244.57º 0.95% 0.22% -
HSV(B) 244.57º 0.97% 0.42% -
XYZ 2.88 1.22 14.27 -
YUV 17.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 11 3 108 0.90 0.97 0 0.58 244.57 0.95 0.22
Hex B 3 6C 5A 61 0 3A F5 5F 16
Octal 13 3 154 132 141 0 72 365 137 26
Binary 1011 11 1101100 1011010 1100001 0 111010 11110101 1011111 10110

Color Harmonies of #0B036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B036C

Black with #0B036C

Text Example


Text Example

White with #0B036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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