Html Css Color HEX #125087 Dark Cerulean

📋 copy color: '#125087'

red 18 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #125087

Tints of Dark Cerulean #125087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 7.73%
G = 34.33%
B = 57.94%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#125087 (or 0x125087) is known color: Dark Cerulean. HEX triplet: 12, 50 and 87. RGB value is (18,80,135). Sum of RGB (Red+Green+Blue) = 18+80+135=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #125087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125087 is #EDAF78. Grayscale: #434343. Windows color (decimal): -15576953 or 8867858. OLE color: 8867858.

HSL color Cylindrical-coordinate representation of color #125087: hue angle of 208.21º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125087 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 80 135 -
CMYK 0.87 0.41 0 0.47
HSL 208.21º 0.76% 0.3% -
HSV(B) 208.21º 0.87% 0.53% -
XYZ 7.49 7.62 24 -
YUV 67.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 18 80 135 0.87 0.41 0 0.47 208.21 0.76 0.3
Hex 12 50 87 57 29 0 2F D0 4C 1E
Octal 22 120 207 127 51 0 57 320 114 36
Binary 10010 1010000 10000111 1010111 101001 0 101111 11010000 1001100 11110

Color Harmonies of #125087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125087

Black with #125087

Text Example


Text Example

White with #125087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125087; }

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

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

background-color css

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

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

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

border-color css

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

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

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