Html Css Color HEX #125073 Dark Cerulean

📋 copy color: '#125073'

red 18 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #125073

Tints of Dark Cerulean #125073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 8.45%
G = 37.56%
B = 53.99%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125073 (or 0x125073) is known color: Dark Cerulean. HEX triplet: 12, 50 and 73. RGB value is (18,80,115). Sum of RGB (Red+Green+Blue) = 18+80+115=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #125073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125073 is #EDAF8C. Grayscale: #414141. Windows color (decimal): -15576973 or 7557138. OLE color: 7557138.

HSL color Cylindrical-coordinate representation of color #125073: hue angle of 201.65º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125073 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 80 115 -
CMYK 0.84 0.30 0 0.55
HSL 201.65º 0.73% 0.26% -
HSV(B) 201.65º 0.84% 0.45% -
XYZ 6.21 7.1 17.26 -
YUV 65.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 18 80 115 0.84 0.30 0 0.55 201.65 0.73 0.26
Hex 12 50 73 54 1E 0 37 CA 49 1A
Octal 22 120 163 124 36 0 67 312 111 32
Binary 10010 1010000 1110011 1010100 11110 0 110111 11001010 1001001 11010

Color Harmonies of #125073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125073

Black with #125073

Text Example


Text Example

White with #125073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125073; }

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

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

background-color css

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

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

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

border-color css

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

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

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