Html Css Color HEX #100270 Navy

📋 copy color: '#100270'

red 16 ◦ green 2 ◦ blue 112

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

Shades of Navy #100270

Tints of Navy #100270

RGB

 RED value IS 16 (6.64% from 255) = 12.31%

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 12.31%
G = 1.54%
B = 86.15%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#100270 (or 0x100270) is known color: Navy. HEX triplet: 10, 02 and 70. RGB value is (16,2,112). Sum of RGB (Red+Green+Blue) = 16+2+112=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #100270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100270 is #EFFD8F. Grayscale: #121212. Windows color (decimal): -15728016 or 7340560. OLE color: 7340560.

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

Color convert

RGB 16 2 112 -
CMYK 0.86 0.98 0 0.56
HSL 247.64º 0.96% 0.22% -
HSV(B) 247.64º 0.98% 0.44% -
XYZ 3.16 1.32 15.42 -
YUV 18.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 16 2 112 0.86 0.98 0 0.56 247.64 0.96 0.22
Hex 10 2 70 56 62 0 38 F8 60 16
Octal 20 2 160 126 142 0 70 370 140 26
Binary 10000 10 1110000 1010110 1100010 0 111000 11111000 1100000 10110

Color Harmonies of #100270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100270

Black with #100270

Text Example


Text Example

White with #100270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100270; }

 p { color: rgb(16,2,112); }

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

background-color css

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

 a { background-color: rgb(16,2,112); }

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

border-color css

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

 span { border-color: rgb(16,2,112); }

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