Html Css Color HEX #124C7F Dark Cerulean

📋 copy color: '#124C7F'

red 18 ◦ green 76 ◦ blue 127

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

Shades of Dark Cerulean #124C7F

Tints of Dark Cerulean #124C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.47%

R = 8.14%
G = 34.39%
B = 57.47%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#124C7F (or 0x124C7F) is known color: Dark Cerulean. HEX triplet: 12, 4C and 7F. RGB value is (18,76,127). Sum of RGB (Red+Green+Blue) = 18+76+127=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #124C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C7F is #EDB380. Grayscale: #404040. Windows color (decimal): -15577985 or 8342546. OLE color: 8342546.

HSL color Cylindrical-coordinate representation of color #124C7F: hue angle of 208.07º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124C7F is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 76 127 -
CMYK 0.86 0.40 0 0.50
HSL 208.07º 0.75% 0.28% -
HSV(B) 208.07º 0.86% 0.5% -
XYZ 6.66 6.83 21.05 -
YUV 64.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 18 76 127 0.86 0.40 0 0.50 208.07 0.75 0.28
Hex 12 4C 7F 56 28 0 32 D0 4B 1C
Octal 22 114 177 126 50 0 62 320 113 34
Binary 10010 1001100 1111111 1010110 101000 0 110010 11010000 1001011 11100

Color Harmonies of #124C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C7F

Black with #124C7F

Text Example


Text Example

White with #124C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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