Html Css Color HEX #0B0063 Navy

📋 copy color: '#0B0063'

red 11 ◦ green 0 ◦ blue 99

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

Shades of Navy #0B0063

Tints of Navy #0B0063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 90%

R = 10%
G = 0%
B = 90%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0B0063 (or 0x0B0063) is known color: Navy. HEX triplet: 0B, 00 and 63. RGB value is (11,0,99). Sum of RGB (Red+Green+Blue) = 11+0+99=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0063 is #F4FF9C. Grayscale: #0E0E0E. Windows color (decimal): -16056221 or 6488075. OLE color: 6488075.

HSL color Cylindrical-coordinate representation of color #0B0063: hue angle of 246.67º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0063 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 11 0 99 -
CMYK 0.89 1 0 0.61
HSL 246.67º 1% 0.19% -
HSV(B) 246.67º 1% 0.39% -
XYZ 2.39 0.97 11.87 -
YUV 14.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 11 0 99 0.89 1 0 0.61 246.67 1 0.19
Hex B 0 63 59 64 0 3D F7 64 13
Octal 13 0 143 131 144 0 75 367 144 23
Binary 1011 0 1100011 1011001 1100100 0 111101 11110111 1100100 10011

Color Harmonies of #0B0063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0063

Black with #0B0063

Text Example


Text Example

White with #0B0063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,99); }

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

background-color css

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

 a { background-color: rgb(11,0,99); }

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

border-color css

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

 span { border-color: rgb(11,0,99); }

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