Html Css Color HEX #124C81 Dark Cerulean

📋 copy color: '#124C81'

red 18 ◦ green 76 ◦ blue 129

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

Shades of Dark Cerulean #124C81

Tints of Dark Cerulean #124C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 8.07%
G = 34.08%
B = 57.85%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124C81 (or 0x124C81) is known color: Dark Cerulean. HEX triplet: 12, 4C and 81. RGB value is (18,76,129). Sum of RGB (Red+Green+Blue) = 18+76+129=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #124C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C81 is #EDB37E. Grayscale: #404040. Windows color (decimal): -15577983 or 8473618. OLE color: 8473618.

HSL color Cylindrical-coordinate representation of color #124C81: hue angle of 208.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124C81 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 76 129 -
CMYK 0.86 0.41 0 0.49
HSL 208.65º 0.76% 0.29% -
HSV(B) 208.65º 0.86% 0.51% -
XYZ 6.8 6.88 21.74 -
YUV 64.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 18 76 129 0.86 0.41 0 0.49 208.65 0.76 0.29
Hex 12 4C 81 56 29 0 31 D1 4C 1D
Octal 22 114 201 126 51 0 61 321 114 35
Binary 10010 1001100 10000001 1010110 101001 0 110001 11010001 1001100 11101

Color Harmonies of #124C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C81

Black with #124C81

Text Example


Text Example

White with #124C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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