Html Css Color HEX #124A6F Dark Cerulean

📋 copy color: '#124A6F'

red 18 ◦ green 74 ◦ blue 111

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

Shades of Dark Cerulean #124A6F

Tints of Dark Cerulean #124A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 8.87%
G = 36.45%
B = 54.68%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124A6F (or 0x124A6F) is known color: Dark Cerulean. HEX triplet: 12, 4A and 6F. RGB value is (18,74,111). Sum of RGB (Red+Green+Blue) = 18+74+111=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #124A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A6F is #EDB590. Grayscale: #3D3D3D. Windows color (decimal): -15578513 or 7293458. OLE color: 7293458.

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

Color convert

RGB 18 74 111 -
CMYK 0.84 0.33 0 0.56
HSL 203.87º 0.72% 0.25% -
HSV(B) 203.87º 0.84% 0.44% -
XYZ 5.57 6.17 15.94 -
YUV 61.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 18 74 111 0.84 0.33 0 0.56 203.87 0.72 0.25
Hex 12 4A 6F 54 21 0 38 CC 48 19
Octal 22 112 157 124 41 0 70 314 110 31
Binary 10010 1001010 1101111 1010100 100001 0 111000 11001100 1001000 11001

Color Harmonies of #124A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A6F

Black with #124A6F

Text Example


Text Example

White with #124A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,111); }

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

background-color css

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

 a { background-color: rgb(18,74,111); }

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

border-color css

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

 span { border-color: rgb(18,74,111); }

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