Html Css Color HEX #124C8E Dark Cerulean

📋 copy color: '#124C8E'

red 18 ◦ green 76 ◦ blue 142

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

Shades of Dark Cerulean #124C8E

Tints of Dark Cerulean #124C8E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 7.63%
G = 32.2%
B = 60.17%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#124C8E (or 0x124C8E) is known color: Dark Cerulean. HEX triplet: 12, 4C and 8E. RGB value is (18,76,142). Sum of RGB (Red+Green+Blue) = 18+76+142=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #124C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C8E is #EDB371. Grayscale: #414141. Windows color (decimal): -15577970 or 9325586. OLE color: 9325586.

HSL color Cylindrical-coordinate representation of color #124C8E: hue angle of 211.94º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124C8E is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 76 142 -
CMYK 0.87 0.46 0 0.44
HSL 211.94º 0.78% 0.31% -
HSV(B) 211.94º 0.87% 0.56% -
XYZ 7.72 7.25 26.58 -
YUV 66.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 18 76 142 0.87 0.46 0 0.44 211.94 0.78 0.31
Hex 12 4C 8E 57 2E 0 2C D4 4E 1F
Octal 22 114 216 127 56 0 54 324 116 37
Binary 10010 1001100 10001110 1010111 101110 0 101100 11010100 1001110 11111

Color Harmonies of #124C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C8E

Black with #124C8E

Text Example


Text Example

White with #124C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124C8E; }

 p { color: rgb(18,76,142); }

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

background-color css

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

 a { background-color: rgb(18,76,142); }

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

border-color css

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

 span { border-color: rgb(18,76,142); }

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