Html Css Color HEX #124670 Dark Cerulean

📋 copy color: '#124670'

red 18 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #124670

Tints of Dark Cerulean #124670

RGB

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

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

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

R = 9%
G = 35%
B = 56%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124670 (or 0x124670) is known color: Dark Cerulean. HEX triplet: 12, 46 and 70. RGB value is (18,70,112). Sum of RGB (Red+Green+Blue) = 18+70+112=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #124670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124670 is #EDB98F. Grayscale: #3B3B3B. Windows color (decimal): -15579536 or 7357970. OLE color: 7357970.

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

Color convert

RGB 18 70 112 -
CMYK 0.84 0.38 0 0.56
HSL 206.81º 0.72% 0.25% -
HSV(B) 206.81º 0.84% 0.44% -
XYZ 5.36 5.68 16.14 -
YUV 59.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 18 70 112 0.84 0.38 0 0.56 206.81 0.72 0.25
Hex 12 46 70 54 26 0 38 CF 48 19
Octal 22 106 160 124 46 0 70 317 110 31
Binary 10010 1000110 1110000 1010100 100110 0 111000 11001111 1001000 11001

Color Harmonies of #124670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124670

Black with #124670

Text Example


Text Example

White with #124670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124670; }

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

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

background-color css

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

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

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

border-color css

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

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

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