Html Css Color HEX #010675 Navy

📋 copy color: '#010675'

red 1 ◦ green 6 ◦ blue 117

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

Shades of Navy #010675

Tints of Navy #010675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 117 (46.09% from 255) = 94.35%

R = 0.81%
G = 4.84%
B = 94.35%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010675 (or 0x010675) is known color: Navy. HEX triplet: 01, 06 and 75. RGB value is (1,6,117). Sum of RGB (Red+Green+Blue) = 1+6+117=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #010675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010675 is #FEF98A. Grayscale: #101010. Windows color (decimal): -16710027 or 7669249. OLE color: 7669249.

HSL color Cylindrical-coordinate representation of color #010675: hue angle of 237.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010675 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 6 117 -
CMYK 0.99 0.95 0 0.54
HSL 237.41º 0.98% 0.23% -
HSV(B) 237.41º 0.99% 0.46% -
XYZ 3.29 1.42 16.93 -
YUV 17.16 184.34 116.47 -
System Red Green Blue C M Y K H S L
Decimal 1 6 117 0.99 0.95 0 0.54 237.41 0.98 0.23
Hex 1 6 75 63 5F 0 36 ED 62 17
Octal 1 6 165 143 137 0 66 355 142 27
Binary 1 110 1110101 1100011 1011111 0 110110 11101101 1100010 10111

Color Harmonies of #010675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010675

Black with #010675

Text Example


Text Example

White with #010675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010675; }

 p { color: rgb(1,6,117); }

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

background-color css

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

 a { background-color: rgb(1,6,117); }

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

border-color css

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

 span { border-color: rgb(1,6,117); }

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