Html Css Color HEX #10604C Jewel

📋 copy color: '#10604C'

red 16 ◦ green 96 ◦ blue 76

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

Shades of Jewel #10604C

Tints of Jewel #10604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.06%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 8.51%
G = 51.06%
B = 40.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#10604C (or 0x10604C) is known color: Jewel. HEX triplet: 10, 60 and 4C. RGB value is (16,96,76). Sum of RGB (Red+Green+Blue) = 16+96+76=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #10604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10604C is #EF9FB3. Grayscale: #454545. Windows color (decimal): -15703988 or 5005328. OLE color: 5005328.

HSL color Cylindrical-coordinate representation of color #10604C: hue angle of 165º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10604C is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 76 -
CMYK 0.83 0 0.21 0.62
HSL 165º 0.71% 0.22% -
HSV(B) 165º 0.83% 0.38% -
XYZ 5.7 9 8.27 -
YUV 69.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 16 96 76 0.83 0 0.21 0.62 165 0.71 0.22
Hex 10 60 4C 53 0 15 3E A5 47 16
Octal 20 140 114 123 0 25 76 245 107 26
Binary 10000 1100000 1001100 1010011 0 10101 111110 10100101 1000111 10110

Color Harmonies of #10604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10604C

Black with #10604C

Text Example


Text Example

White with #10604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,96,76); }

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

background-color css

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

 a { background-color: rgb(16,96,76); }

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

border-color css

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

 span { border-color: rgb(16,96,76); }

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