Html Css Color HEX #010370 Navy

📋 copy color: '#010370'

red 1 ◦ green 3 ◦ blue 112

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

Shades of Navy #010370

Tints of Navy #010370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

 BLUE value IS 112 (44.14% from 255) = 96.55%

R = 0.86%
G = 2.59%
B = 96.55%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010370 (or 0x010370) is known color: Navy. HEX triplet: 01, 03 and 70. RGB value is (1,3,112). Sum of RGB (Red+Green+Blue) = 1+3+112=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 112 (44.14% from 255 or 96.55% from 116); Max value from RGB is 112 - color contains mainly: blue. Hex color #010370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010370 is #FEFC8F. Grayscale: #0E0E0E. Windows color (decimal): -16710800 or 7340801. OLE color: 7340801.

HSL color Cylindrical-coordinate representation of color #010370: hue angle of 238.92º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010370 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 3 112 -
CMYK 0.99 0.97 0 0.56
HSL 238.92º 0.98% 0.22% -
HSV(B) 238.92º 0.99% 0.44% -
XYZ 2.97 1.24 15.41 -
YUV 14.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 1 3 112 0.99 0.97 0 0.56 238.92 0.98 0.22
Hex 1 3 70 63 61 0 38 EF 62 16
Octal 1 3 160 143 141 0 70 357 142 26
Binary 1 11 1110000 1100011 1100001 0 111000 11101111 1100010 10110

Color Harmonies of #010370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010370

Black with #010370

Text Example


Text Example

White with #010370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010370; }

 p { color: rgb(1,3,112); }

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

background-color css

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

 a { background-color: rgb(1,3,112); }

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

border-color css

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

 span { border-color: rgb(1,3,112); }

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