Html Css Color HEX #010468 Navy

📋 copy color: '#010468'

red 1 ◦ green 4 ◦ blue 104

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

Shades of Navy #010468

Tints of Navy #010468

RGB

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

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

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

R = 0.92%
G = 3.67%
B = 95.41%

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

#010468 (or 0x010468) is known color: Navy. HEX triplet: 01, 04 and 68. RGB value is (1,4,104). Sum of RGB (Red+Green+Blue) = 1+4+104=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #010468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010468 is #FEFB97. Grayscale: #0E0E0E. Windows color (decimal): -16710552 or 6816769. OLE color: 6816769.

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

Color convert

RGB 1 4 104 -
CMYK 0.99 0.96 0 0.59
HSL 238.25º 0.98% 0.21% -
HSV(B) 238.25º 0.99% 0.41% -
XYZ 2.55 1.09 13.17 -
YUV 14.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 1 4 104 0.99 0.96 0 0.59 238.25 0.98 0.21
Hex 1 4 68 63 60 0 3B EE 62 15
Octal 1 4 150 143 140 0 73 356 142 25
Binary 1 100 1101000 1100011 1100000 0 111011 11101110 1100010 10101

Color Harmonies of #010468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010468

Black with #010468

Text Example


Text Example

White with #010468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010468; }

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

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

background-color css

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

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

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

border-color css

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

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

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