Html Css Color HEX #124E8A Dark Cerulean

📋 copy color: '#124E8A'

red 18 ◦ green 78 ◦ blue 138

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

Shades of Dark Cerulean #124E8A

Tints of Dark Cerulean #124E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 7.69%
G = 33.33%
B = 58.97%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#124E8A (or 0x124E8A) is known color: Dark Cerulean. HEX triplet: 12, 4E and 8A. RGB value is (18,78,138). Sum of RGB (Red+Green+Blue) = 18+78+138=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #124E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124E8A is #EDB175. Grayscale: #424242. Windows color (decimal): -15577462 or 9063954. OLE color: 9063954.

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

Color convert

RGB 18 78 138 -
CMYK 0.87 0.43 0 0.46
HSL 210º 0.77% 0.31% -
HSV(B) 210º 0.87% 0.54% -
XYZ 7.56 7.41 25.08 -
YUV 66.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 18 78 138 0.87 0.43 0 0.46 210 0.77 0.31
Hex 12 4E 8A 57 2B 0 2E D2 4D 1F
Octal 22 116 212 127 53 0 56 322 115 37
Binary 10010 1001110 10001010 1010111 101011 0 101110 11010010 1001101 11111

Color Harmonies of #124E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124E8A

Black with #124E8A

Text Example


Text Example

White with #124E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,138); }

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

background-color css

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

 a { background-color: rgb(18,78,138); }

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

border-color css

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

 span { border-color: rgb(18,78,138); }

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