Html Css Color HEX #010569 Navy

📋 copy color: '#010569'

red 1 ◦ green 5 ◦ blue 105

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

Shades of Navy #010569

Tints of Navy #010569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.5%

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

R = 0.9%
G = 4.5%
B = 94.59%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010569 (or 0x010569) is known color: Navy. HEX triplet: 01, 05 and 69. RGB value is (1,5,105). Sum of RGB (Red+Green+Blue) = 1+5+105=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 105 (41.41% from 255 or 94.59% from 111); Max value from RGB is 105 - color contains mainly: blue. Hex color #010569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010569 is #FEFA96. Grayscale: #0E0E0E. Windows color (decimal): -16710295 or 6882561. OLE color: 6882561.

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

Color convert

RGB 1 5 105 -
CMYK 0.99 0.95 0 0.59
HSL 237.69º 0.98% 0.21% -
HSV(B) 237.69º 0.99% 0.41% -
XYZ 2.62 1.13 13.45 -
YUV 15.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 1 5 105 0.99 0.95 0 0.59 237.69 0.98 0.21
Hex 1 5 69 63 5F 0 3B EE 62 15
Octal 1 5 151 143 137 0 73 356 142 25
Binary 1 101 1101001 1100011 1011111 0 111011 11101110 1100010 10101

Color Harmonies of #010569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010569

Black with #010569

Text Example


Text Example

White with #010569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010569; }

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

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

background-color css

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

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

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

border-color css

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

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

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