Html Css Color HEX #125091 Dark Cerulean

📋 copy color: '#125091'

red 18 ◦ green 80 ◦ blue 145

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

Shades of Dark Cerulean #125091

Tints of Dark Cerulean #125091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 7.41%
G = 32.92%
B = 59.67%

CMYK

 C value IS 0.88

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#125091 (or 0x125091) is known color: Dark Cerulean. HEX triplet: 12, 50 and 91. RGB value is (18,80,145). Sum of RGB (Red+Green+Blue) = 18+80+145=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #125091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125091 is #EDAF6E. Grayscale: #444444. Windows color (decimal): -15576943 or 9523218. OLE color: 9523218.

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

Color convert

RGB 18 80 145 -
CMYK 0.88 0.45 0 0.43
HSL 210.71º 0.78% 0.32% -
HSV(B) 210.71º 0.88% 0.57% -
XYZ 8.23 7.91 27.88 -
YUV 68.87 170.96 91.71 -
System Red Green Blue C M Y K H S L
Decimal 18 80 145 0.88 0.45 0 0.43 210.71 0.78 0.32
Hex 12 50 91 58 2D 0 2B D3 4E 20
Octal 22 120 221 130 55 0 53 323 116 40
Binary 10010 1010000 10010001 1011000 101101 0 101011 11010011 1001110 100000

Color Harmonies of #125091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125091

Black with #125091

Text Example


Text Example

White with #125091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125091; }

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

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

background-color css

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

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

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

border-color css

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

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

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