Html Css Color HEX #12634E Jewel

📋 copy color: '#12634E'

red 18 ◦ green 99 ◦ blue 78

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

Shades of Jewel #12634E

Tints of Jewel #12634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 50.77%

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

R = 9.23%
G = 50.77%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#12634E (or 0x12634E) is known color: Jewel. HEX triplet: 12, 63 and 4E. RGB value is (18,99,78). Sum of RGB (Red+Green+Blue) = 18+99+78=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #12634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12634E is #ED9CB1. Grayscale: #484848. Windows color (decimal): -15572146 or 5137170. OLE color: 5137170.

HSL color Cylindrical-coordinate representation of color #12634E: hue angle of 164.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12634E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 78 -
CMYK 0.82 0 0.21 0.61
HSL 164.44º 0.69% 0.23% -
HSV(B) 164.44º 0.82% 0.39% -
XYZ 6.09 9.6 8.74 -
YUV 72.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 18 99 78 0.82 0 0.21 0.61 164.44 0.69 0.23
Hex 12 63 4E 52 0 15 3D A4 45 17
Octal 22 143 116 122 0 25 75 244 105 27
Binary 10010 1100011 1001110 1010010 0 10101 111101 10100100 1000101 10111

Color Harmonies of #12634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12634E

Black with #12634E

Text Example


Text Example

White with #12634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,99,78); }

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

background-color css

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

 a { background-color: rgb(18,99,78); }

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

border-color css

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

 span { border-color: rgb(18,99,78); }

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