Html Css Color HEX #10036F Navy

📋 copy color: '#10036F'

red 16 ◦ green 3 ◦ blue 111

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

Shades of Navy #10036F

Tints of Navy #10036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 85.38%

R = 12.31%
G = 2.31%
B = 85.38%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10036F (or 0x10036F) is known color: Navy. HEX triplet: 10, 03 and 6F. RGB value is (16,3,111). Sum of RGB (Red+Green+Blue) = 16+3+111=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #10036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10036F is #EFFC90. Grayscale: #121212. Windows color (decimal): -15727761 or 7275280. OLE color: 7275280.

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

Color convert

RGB 16 3 111 -
CMYK 0.86 0.97 0 0.56
HSL 247.22º 0.95% 0.22% -
HSV(B) 247.22º 0.97% 0.44% -
XYZ 3.12 1.32 15.13 -
YUV 19.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 16 3 111 0.86 0.97 0 0.56 247.22 0.95 0.22
Hex 10 3 6F 56 61 0 38 F7 5F 16
Octal 20 3 157 126 141 0 70 367 137 26
Binary 10000 11 1101111 1010110 1100001 0 111000 11110111 1011111 10110

Color Harmonies of #10036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10036F

Black with #10036F

Text Example


Text Example

White with #10036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10036F; }

 p { color: rgb(16,3,111); }

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

background-color css

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

 a { background-color: rgb(16,3,111); }

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

border-color css

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

 span { border-color: rgb(16,3,111); }

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