Html Css Color HEX #124A95 Dark Cerulean

📋 copy color: '#124A95'

red 18 ◦ green 74 ◦ blue 149

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

Shades of Dark Cerulean #124A95

Tints of Dark Cerulean #124A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 7.47%
G = 30.71%
B = 61.83%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#124A95 (or 0x124A95) is known color: Dark Cerulean. HEX triplet: 12, 4A and 95. RGB value is (18,74,149). Sum of RGB (Red+Green+Blue) = 18+74+149=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #124A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A95 is #EDB56A. Grayscale: #414141. Windows color (decimal): -15578475 or 9783826. OLE color: 9783826.

HSL color Cylindrical-coordinate representation of color #124A95: hue angle of 214.35º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124A95 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 74 149 -
CMYK 0.88 0.50 0 0.42
HSL 214.35º 0.78% 0.33% -
HSV(B) 214.35º 0.88% 0.58% -
XYZ 8.12 7.2 29.39 -
YUV 65.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 18 74 149 0.88 0.50 0 0.42 214.35 0.78 0.33
Hex 12 4A 95 58 32 0 2A D6 4E 21
Octal 22 112 225 130 62 0 52 326 116 41
Binary 10010 1001010 10010101 1011000 110010 0 101010 11010110 1001110 100001

Color Harmonies of #124A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A95

Black with #124A95

Text Example


Text Example

White with #124A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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