Html Css Color HEX #12664D Jewel

📋 copy color: '#12664D'

red 18 ◦ green 102 ◦ blue 77

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

Shades of Jewel #12664D

Tints of Jewel #12664D

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

 GREEN value IS 102 (40.23% from 255) = 51.78%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 9.14%
G = 51.78%
B = 39.09%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#12664D (or 0x12664D) is known color: Jewel. HEX triplet: 12, 66 and 4D. RGB value is (18,102,77). Sum of RGB (Red+Green+Blue) = 18+102+77=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #12664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12664D is #ED99B2. Grayscale: #4A4A4A. Windows color (decimal): -15571379 or 5072402. OLE color: 5072402.

HSL color Cylindrical-coordinate representation of color #12664D: hue angle of 162.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12664D is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 77 -
CMYK 0.82 0 0.25 0.6
HSL 162.14º 0.7% 0.24% -
HSV(B) 162.14º 0.82% 0.4% -
XYZ 6.34 10.17 8.65 -
YUV 74.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 18 102 77 0.82 0 0.25 0.6 162.14 0.7 0.24
Hex 12 66 4D 52 0 19 3C A2 46 18
Octal 22 146 115 122 0 31 74 242 106 30
Binary 10010 1100110 1001101 1010010 0 11001 111100 10100010 1000110 11000

Color Harmonies of #12664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12664D

Black with #12664D

Text Example


Text Example

White with #12664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12664D; }

 p { color: rgb(18,102,77); }

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

background-color css

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

 a { background-color: rgb(18,102,77); }

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

border-color css

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

 span { border-color: rgb(18,102,77); }

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