Html Css Color HEX #10204E Sapphire

📋 copy color: '#10204E'

red 16 ◦ green 32 ◦ blue 78

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

Shades of Sapphire #10204E

Tints of Sapphire #10204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

 BLUE value IS 78 (30.86% from 255) = 61.9%

R = 12.7%
G = 25.4%
B = 61.9%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10204E (or 0x10204E) is known color: Sapphire. HEX triplet: 10, 20 and 4E. RGB value is (16,32,78). Sum of RGB (Red+Green+Blue) = 16+32+78=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #10204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10204E is #EFDFB1. Grayscale: #202020. Windows color (decimal): -15720370 or 5120016. OLE color: 5120016.

HSL color Cylindrical-coordinate representation of color #10204E: hue angle of 224.52º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10204E is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 32 78 -
CMYK 0.79 0.59 0 0.69
HSL 224.52º 0.66% 0.18% -
HSV(B) 224.52º 0.79% 0.31% -
XYZ 2.11 1.69 7.42 -
YUV 32.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 16 32 78 0.79 0.59 0 0.69 224.52 0.66 0.18
Hex 10 20 4E 4F 3B 0 45 E1 42 12
Octal 20 40 116 117 73 0 105 341 102 22
Binary 10000 100000 1001110 1001111 111011 0 1000101 11100001 1000010 10010

Color Harmonies of #10204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10204E

Black with #10204E

Text Example


Text Example

White with #10204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10204E; }

 p { color: rgb(16,32,78); }

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

background-color css

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

 a { background-color: rgb(16,32,78); }

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

border-color css

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

 span { border-color: rgb(16,32,78); }

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