Html Css Color HEX #125089 Dark Cerulean

📋 copy color: '#125089'

red 18 ◦ green 80 ◦ blue 137

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

Shades of Dark Cerulean #125089

Tints of Dark Cerulean #125089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 7.66%
G = 34.04%
B = 58.3%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#125089 (or 0x125089) is known color: Dark Cerulean. HEX triplet: 12, 50 and 89. RGB value is (18,80,137). Sum of RGB (Red+Green+Blue) = 18+80+137=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #125089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125089 is #EDAF76. Grayscale: #434343. Windows color (decimal): -15576951 or 8998930. OLE color: 8998930.

HSL color Cylindrical-coordinate representation of color #125089: hue angle of 208.74º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125089 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 80 137 -
CMYK 0.87 0.42 0 0.46
HSL 208.74º 0.77% 0.3% -
HSV(B) 208.74º 0.87% 0.54% -
XYZ 7.63 7.67 24.75 -
YUV 67.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 18 80 137 0.87 0.42 0 0.46 208.74 0.77 0.3
Hex 12 50 89 57 2A 0 2E D1 4D 1E
Octal 22 120 211 127 52 0 56 321 115 36
Binary 10010 1010000 10001001 1010111 101010 0 101110 11010001 1001101 11110

Color Harmonies of #125089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125089

Black with #125089

Text Example


Text Example

White with #125089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125089; }

 p { color: rgb(18,80,137); }

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

background-color css

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

 a { background-color: rgb(18,80,137); }

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

border-color css

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

 span { border-color: rgb(18,80,137); }

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