Html Css Color HEX #124073 Dark Cerulean

📋 copy color: '#124073'

red 18 ◦ green 64 ◦ blue 115

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

Shades of Dark Cerulean #124073

Tints of Dark Cerulean #124073

RGB

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

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

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

R = 9.14%
G = 32.49%
B = 58.38%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124073 (or 0x124073) is known color: Dark Cerulean. HEX triplet: 12, 40 and 73. RGB value is (18,64,115). Sum of RGB (Red+Green+Blue) = 18+64+115=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #124073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124073 is #EDBF8C. Grayscale: #373737. Windows color (decimal): -15581069 or 7553042. OLE color: 7553042.

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

Color convert

RGB 18 64 115 -
CMYK 0.84 0.44 0 0.55
HSL 211.55º 0.73% 0.26% -
HSV(B) 211.55º 0.84% 0.45% -
XYZ 5.18 5.03 16.92 -
YUV 56.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 18 64 115 0.84 0.44 0 0.55 211.55 0.73 0.26
Hex 12 40 73 54 2C 0 37 D4 49 1A
Octal 22 100 163 124 54 0 67 324 111 32
Binary 10010 1000000 1110011 1010100 101100 0 110111 11010100 1001001 11010

Color Harmonies of #124073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124073

Black with #124073

Text Example


Text Example

White with #124073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124073; }

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

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

background-color css

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

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

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

border-color css

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

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

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