Html Css Color HEX #10027C Navy

📋 copy color: '#10027C'

red 16 ◦ green 2 ◦ blue 124

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

Shades of Navy #10027C

Tints of Navy #10027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 87.32%

R = 11.27%
G = 1.41%
B = 87.32%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10027C (or 0x10027C) is known color: Navy. HEX triplet: 10, 02 and 7C. RGB value is (16,2,124). Sum of RGB (Red+Green+Blue) = 16+2+124=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #10027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10027C is #EFFD83. Grayscale: #131313. Windows color (decimal): -15728004 or 8126992. OLE color: 8126992.

HSL color Cylindrical-coordinate representation of color #10027C: hue angle of 246.89º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10027C is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 2 124 -
CMYK 0.87 0.98 0 0.51
HSL 246.89º 0.97% 0.25% -
HSV(B) 246.89º 0.98% 0.49% -
XYZ 3.87 1.61 19.18 -
YUV 20.09 186.64 125.08 -
System Red Green Blue C M Y K H S L
Decimal 16 2 124 0.87 0.98 0 0.51 246.89 0.97 0.25
Hex 10 2 7C 57 62 0 33 F7 61 19
Octal 20 2 174 127 142 0 63 367 141 31
Binary 10000 10 1111100 1010111 1100010 0 110011 11110111 1100001 11001

Color Harmonies of #10027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10027C

Black with #10027C

Text Example


Text Example

White with #10027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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