Html Css Color HEX #0B046B Navy

📋 copy color: '#0B046B'

red 11 ◦ green 4 ◦ blue 107

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

Shades of Navy #0B046B

Tints of Navy #0B046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.28%

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 9.02%
G = 3.28%
B = 87.7%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B046B (or 0x0B046B) is known color: Navy. HEX triplet: 0B, 04 and 6B. RGB value is (11,4,107). Sum of RGB (Red+Green+Blue) = 11+4+107=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B046B is #F4FB94. Grayscale: #111111. Windows color (decimal): -16055189 or 7013387. OLE color: 7013387.

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

Color convert

RGB 11 4 107 -
CMYK 0.90 0.96 0 0.58
HSL 244.08º 0.93% 0.22% -
HSV(B) 244.08º 0.96% 0.42% -
XYZ 2.84 1.22 14 -
YUV 17.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 11 4 107 0.90 0.96 0 0.58 244.08 0.93 0.22
Hex B 4 6B 5A 60 0 3A F4 5D 16
Octal 13 4 153 132 140 0 72 364 135 26
Binary 1011 100 1101011 1011010 1100000 0 111010 11110100 1011101 10110

Color Harmonies of #0B046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B046B

Black with #0B046B

Text Example


Text Example

White with #0B046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,107); }

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

background-color css

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

 a { background-color: rgb(11,4,107); }

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

border-color css

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

 span { border-color: rgb(11,4,107); }

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