Html Css Color HEX #125944 Jewel

📋 copy color: '#125944'

red 18 ◦ green 89 ◦ blue 68

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

Shades of Jewel #125944

Tints of Jewel #125944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 68 (26.95% from 255) = 38.86%

R = 10.29%
G = 50.86%
B = 38.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#125944 (or 0x125944) is known color: Jewel. HEX triplet: 12, 59 and 44. RGB value is (18,89,68). Sum of RGB (Red+Green+Blue) = 18+89+68=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #125944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125944 is #EDA6BB. Grayscale: #414141. Windows color (decimal): -15574716 or 4479250. OLE color: 4479250.

HSL color Cylindrical-coordinate representation of color #125944: hue angle of 162.25º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125944 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 68 -
CMYK 0.80 0 0.24 0.65
HSL 162.25º 0.66% 0.21% -
HSV(B) 162.25º 0.8% 0.35% -
XYZ 4.87 7.69 6.7 -
YUV 65.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 18 89 68 0.80 0 0.24 0.65 162.25 0.66 0.21
Hex 12 59 44 50 0 18 41 A2 42 15
Octal 22 131 104 120 0 30 101 242 102 25
Binary 10010 1011001 1000100 1010000 0 11000 1000001 10100010 1000010 10101

Color Harmonies of #125944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125944

Black with #125944

Text Example


Text Example

White with #125944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125944; }

 p { color: rgb(18,89,68); }

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

background-color css

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

 a { background-color: rgb(18,89,68); }

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

border-color css

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

 span { border-color: rgb(18,89,68); }

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