Html Css Color HEX #010684 Navy

📋 copy color: '#010684'

red 1 ◦ green 6 ◦ blue 132

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

Shades of Navy #010684

Tints of Navy #010684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 94.96%

R = 0.72%
G = 4.32%
B = 94.96%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#010684 (or 0x010684) is known color: Navy. HEX triplet: 01, 06 and 84. RGB value is (1,6,132). Sum of RGB (Red+Green+Blue) = 1+6+132=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 132 (51.95% from 255 or 94.96% from 139); Max value from RGB is 132 - color contains mainly: blue. Hex color #010684 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010684 is #FEF97B. Grayscale: #121212. Windows color (decimal): -16710012 or 8652289. OLE color: 8652289.

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

Color convert

RGB 1 6 132 -
CMYK 0.99 0.95 0 0.48
HSL 237.71º 0.98% 0.26% -
HSV(B) 237.71º 0.99% 0.52% -
XYZ 4.24 1.8 21.95 -
YUV 18.87 191.84 115.25 -
System Red Green Blue C M Y K H S L
Decimal 1 6 132 0.99 0.95 0 0.48 237.71 0.98 0.26
Hex 1 6 84 63 5F 0 30 EE 62 1A
Octal 1 6 204 143 137 0 60 356 142 32
Binary 1 110 10000100 1100011 1011111 0 110000 11101110 1100010 11010

Color Harmonies of #010684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010684

Black with #010684

Text Example


Text Example

White with #010684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010684; }

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

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

background-color css

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

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

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

border-color css

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

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

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