Html Css Color HEX #010568 Navy

📋 copy color: '#010568'

red 1 ◦ green 5 ◦ blue 104

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

Shades of Navy #010568

Tints of Navy #010568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 94.55%

R = 0.91%
G = 4.55%
B = 94.55%

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

#010568 (or 0x010568) is known color: Navy. HEX triplet: 01, 05 and 68. RGB value is (1,5,104). Sum of RGB (Red+Green+Blue) = 1+5+104=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #010568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010568 is #FEFA97. Grayscale: #0E0E0E. Windows color (decimal): -16710296 or 6817025. OLE color: 6817025.

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

Color convert

RGB 1 5 104 -
CMYK 0.99 0.95 0 0.59
HSL 237.67º 0.98% 0.21% -
HSV(B) 237.67º 0.99% 0.41% -
XYZ 2.57 1.11 13.18 -
YUV 15.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 1 5 104 0.99 0.95 0 0.59 237.67 0.98 0.21
Hex 1 5 68 63 5F 0 3B EE 62 15
Octal 1 5 150 143 137 0 73 356 142 25
Binary 1 101 1101000 1100011 1011111 0 111011 11101110 1100010 10101

Color Harmonies of #010568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010568

Black with #010568

Text Example


Text Example

White with #010568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010568; }

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

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

background-color css

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

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

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

border-color css

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

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

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