Html Css Color HEX #124070 Dark Cerulean

📋 copy color: '#124070'

red 18 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #124070

Tints of Dark Cerulean #124070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 9.28%
G = 32.99%
B = 57.73%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124070 (or 0x124070) is known color: Dark Cerulean. HEX triplet: 12, 40 and 70. RGB value is (18,64,112). Sum of RGB (Red+Green+Blue) = 18+64+112=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #124070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124070 is #EDBF8F. Grayscale: #373737. Windows color (decimal): -15581072 or 7356434. OLE color: 7356434.

HSL color Cylindrical-coordinate representation of color #124070: hue angle of 210.64º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124070 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 64 112 -
CMYK 0.84 0.43 0 0.56
HSL 210.64º 0.72% 0.25% -
HSV(B) 210.64º 0.84% 0.44% -
XYZ 5.01 4.97 16.02 -
YUV 55.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 18 64 112 0.84 0.43 0 0.56 210.64 0.72 0.25
Hex 12 40 70 54 2B 0 38 D3 48 19
Octal 22 100 160 124 53 0 70 323 110 31
Binary 10010 1000000 1110000 1010100 101011 0 111000 11010011 1001000 11001

Color Harmonies of #124070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124070

Black with #124070

Text Example


Text Example

White with #124070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124070; }

 p { color: rgb(18,64,112); }

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

background-color css

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

 a { background-color: rgb(18,64,112); }

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

border-color css

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

 span { border-color: rgb(18,64,112); }

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