Html Css Color HEX #125290 Dark Cerulean

📋 copy color: '#125290'

red 18 ◦ green 82 ◦ blue 144

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

Shades of Dark Cerulean #125290

Tints of Dark Cerulean #125290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.61%

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

R = 7.38%
G = 33.61%
B = 59.02%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#125290 (or 0x125290) is known color: Dark Cerulean. HEX triplet: 12, 52 and 90. RGB value is (18,82,144). Sum of RGB (Red+Green+Blue) = 18+82+144=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #125290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125290 is #EDAD6F. Grayscale: #454545. Windows color (decimal): -15576432 or 9458194. OLE color: 9458194.

HSL color Cylindrical-coordinate representation of color #125290: hue angle of 209.52º 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 #125290 is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 82 144 -
CMYK 0.88 0.43 0 0.44
HSL 209.52º 0.78% 0.32% -
HSV(B) 209.52º 0.88% 0.56% -
XYZ 8.3 8.18 27.53 -
YUV 69.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 18 82 144 0.88 0.43 0 0.44 209.52 0.78 0.32
Hex 12 52 90 58 2B 0 2C D2 4E 20
Octal 22 122 220 130 53 0 54 322 116 40
Binary 10010 1010010 10010000 1011000 101011 0 101100 11010010 1001110 100000

Color Harmonies of #125290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125290

Black with #125290

Text Example


Text Example

White with #125290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125290; }

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

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

background-color css

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

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

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

border-color css

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

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

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