Html Css Color HEX #010469 Navy

📋 copy color: '#010469'

red 1 ◦ green 4 ◦ blue 105

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

Shades of Navy #010469

Tints of Navy #010469

RGB

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

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

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

R = 0.91%
G = 3.64%
B = 95.45%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010469 (or 0x010469) is known color: Navy. HEX triplet: 01, 04 and 69. RGB value is (1,4,105). Sum of RGB (Red+Green+Blue) = 1+4+105=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #010469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010469 is #FEFB96. Grayscale: #0E0E0E. Windows color (decimal): -16710551 or 6882305. OLE color: 6882305.

HSL color Cylindrical-coordinate representation of color #010469: hue angle of 238.27º 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 #010469 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 4 105 -
CMYK 0.99 0.96 0 0.59
HSL 238.27º 0.98% 0.21% -
HSV(B) 238.27º 0.99% 0.41% -
XYZ 2.61 1.11 13.44 -
YUV 14.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 1 4 105 0.99 0.96 0 0.59 238.27 0.98 0.21
Hex 1 4 69 63 60 0 3B EE 62 15
Octal 1 4 151 143 140 0 73 356 142 25
Binary 1 100 1101001 1100011 1100000 0 111011 11101110 1100010 10101

Color Harmonies of #010469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010469

Black with #010469

Text Example


Text Example

White with #010469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010469; }

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

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

background-color css

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

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

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

border-color css

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

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

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