Html Css Color HEX #124689 Dark Cerulean

📋 copy color: '#124689'

red 18 ◦ green 70 ◦ blue 137

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

Shades of Dark Cerulean #124689

Tints of Dark Cerulean #124689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 8%
G = 31.11%
B = 60.89%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124689 (or 0x124689) is known color: Dark Cerulean. HEX triplet: 12, 46 and 89. RGB value is (18,70,137). Sum of RGB (Red+Green+Blue) = 18+70+137=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #124689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124689 is #EDB976. Grayscale: #3D3D3D. Windows color (decimal): -15579511 or 8996370. OLE color: 8996370.

HSL color Cylindrical-coordinate representation of color #124689: hue angle of 213.78º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124689 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 70 137 -
CMYK 0.87 0.49 0 0.46
HSL 213.78º 0.77% 0.3% -
HSV(B) 213.78º 0.87% 0.54% -
XYZ 6.95 6.32 24.52 -
YUV 62.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 18 70 137 0.87 0.49 0 0.46 213.78 0.77 0.3
Hex 12 46 89 57 31 0 2E D6 4D 1E
Octal 22 106 211 127 61 0 56 326 115 36
Binary 10010 1000110 10001001 1010111 110001 0 101110 11010110 1001101 11110

Color Harmonies of #124689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124689

Black with #124689

Text Example


Text Example

White with #124689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124689; }

 p { color: rgb(18,70,137); }

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

background-color css

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

 a { background-color: rgb(18,70,137); }

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

border-color css

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

 span { border-color: rgb(18,70,137); }

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