Html Css Color HEX #124A75 Dark Cerulean

📋 copy color: '#124A75'

red 18 ◦ green 74 ◦ blue 117

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

Shades of Dark Cerulean #124A75

Tints of Dark Cerulean #124A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 8.61%
G = 35.41%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124A75 (or 0x124A75) is known color: Dark Cerulean. HEX triplet: 12, 4A and 75. RGB value is (18,74,117). Sum of RGB (Red+Green+Blue) = 18+74+117=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #124A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A75 is #EDB58A. Grayscale: #3D3D3D. Windows color (decimal): -15578507 or 7686674. OLE color: 7686674.

HSL color Cylindrical-coordinate representation of color #124A75: hue angle of 206.06º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #124A75 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 74 117 -
CMYK 0.85 0.37 0 0.54
HSL 206.06º 0.73% 0.26% -
HSV(B) 206.06º 0.85% 0.46% -
XYZ 5.91 6.31 17.74 -
YUV 62.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 18 74 117 0.85 0.37 0 0.54 206.06 0.73 0.26
Hex 12 4A 75 55 25 0 36 CE 49 1A
Octal 22 112 165 125 45 0 66 316 111 32
Binary 10010 1001010 1110101 1010101 100101 0 110110 11001110 1001001 11010

Color Harmonies of #124A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A75

Black with #124A75

Text Example


Text Example

White with #124A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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