Html Css Color HEX #010969 Navy

📋 copy color: '#010969'

red 1 ◦ green 9 ◦ blue 105

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

Shades of Navy #010969

Tints of Navy #010969

RGB

 RED value IS 1 (0.78% from 255) = 0.87%

 GREEN value IS 9 (3.91% from 255) = 7.83%

 BLUE value IS 105 (41.41% from 255) = 91.3%

R = 0.87%
G = 7.83%
B = 91.3%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010969 (or 0x010969) is known color: Navy. HEX triplet: 01, 09 and 69. RGB value is (1,9,105). Sum of RGB (Red+Green+Blue) = 1+9+105=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 105 (41.41% from 255 or 91.30% from 115); Max value from RGB is 105 - color contains mainly: blue. Hex color #010969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010969 is #FEF696. Grayscale: #111111. Windows color (decimal): -16709271 or 6883585. OLE color: 6883585.

HSL color Cylindrical-coordinate representation of color #010969: hue angle of 235.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010969 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 9 105 -
CMYK 0.99 0.91 0 0.59
HSL 235.38º 0.98% 0.21% -
HSV(B) 235.38º 0.99% 0.41% -
XYZ 2.66 1.22 13.46 -
YUV 17.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 1 9 105 0.99 0.91 0 0.59 235.38 0.98 0.21
Hex 1 9 69 63 5B 0 3B EB 62 15
Octal 1 11 151 143 133 0 73 353 142 25
Binary 1 1001 1101001 1100011 1011011 0 111011 11101011 1100010 10101

Color Harmonies of #010969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010969

Black with #010969

Text Example


Text Example

White with #010969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010969; }

 p { color: rgb(1,9,105); }

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

background-color css

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

 a { background-color: rgb(1,9,105); }

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

border-color css

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

 span { border-color: rgb(1,9,105); }

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