Html Css Color HEX #125844 Jewel

📋 copy color: '#125844'

red 18 ◦ green 88 ◦ blue 68

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

Shades of Jewel #125844

Tints of Jewel #125844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.57%

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

R = 10.34%
G = 50.57%
B = 39.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#125844 (or 0x125844) is known color: Jewel. HEX triplet: 12, 58 and 44. RGB value is (18,88,68). Sum of RGB (Red+Green+Blue) = 18+88+68=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #125844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125844 is #EDA7BB. Grayscale: #404040. Windows color (decimal): -15574972 or 4478994. OLE color: 4478994.

HSL color Cylindrical-coordinate representation of color #125844: hue angle of 162.86º 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 #125844 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 88 68 -
CMYK 0.80 0 0.23 0.65
HSL 162.86º 0.66% 0.21% -
HSV(B) 162.86º 0.8% 0.35% -
XYZ 4.78 7.53 6.67 -
YUV 64.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 18 88 68 0.80 0 0.23 0.65 162.86 0.66 0.21
Hex 12 58 44 50 0 17 41 A3 42 15
Octal 22 130 104 120 0 27 101 243 102 25
Binary 10010 1011000 1000100 1010000 0 10111 1000001 10100011 1000010 10101

Color Harmonies of #125844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125844

Black with #125844

Text Example


Text Example

White with #125844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125844; }

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

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

background-color css

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

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

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

border-color css

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

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

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