Html Css Color HEX #125090 Dark Cerulean

📋 copy color: '#125090'

red 18 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #125090

Tints of Dark Cerulean #125090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 7.44%
G = 33.06%
B = 59.5%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#125090 (or 0x125090) is known color: Dark Cerulean. HEX triplet: 12, 50 and 90. RGB value is (18,80,144). Sum of RGB (Red+Green+Blue) = 18+80+144=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #125090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125090 is #EDAF6F. Grayscale: #444444. Windows color (decimal): -15576944 or 9457682. OLE color: 9457682.

HSL color Cylindrical-coordinate representation of color #125090: hue angle of 210.48º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125090 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 80 144 -
CMYK 0.88 0.44 0 0.44
HSL 210.48º 0.78% 0.32% -
HSV(B) 210.48º 0.88% 0.56% -
XYZ 8.15 7.88 27.48 -
YUV 68.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 18 80 144 0.88 0.44 0 0.44 210.48 0.78 0.32
Hex 12 50 90 58 2C 0 2C D2 4E 20
Octal 22 120 220 130 54 0 54 322 116 40
Binary 10010 1010000 10010000 1011000 101100 0 101100 11010010 1001110 100000

Color Harmonies of #125090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125090

Black with #125090

Text Example


Text Example

White with #125090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125090; }

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

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

background-color css

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

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

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

border-color css

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

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

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