Html Css Color HEX #124C85 Dark Cerulean

📋 copy color: '#124C85'

red 18 ◦ green 76 ◦ blue 133

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

Shades of Dark Cerulean #124C85

Tints of Dark Cerulean #124C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.59%

R = 7.93%
G = 33.48%
B = 58.59%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124C85 (or 0x124C85) is known color: Dark Cerulean. HEX triplet: 12, 4C and 85. RGB value is (18,76,133). Sum of RGB (Red+Green+Blue) = 18+76+133=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #124C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C85 is #EDB37A. Grayscale: #404040. Windows color (decimal): -15577979 or 8735762. OLE color: 8735762.

HSL color Cylindrical-coordinate representation of color #124C85: hue angle of 209.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124C85 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 76 133 -
CMYK 0.86 0.43 0 0.48
HSL 209.74º 0.76% 0.3% -
HSV(B) 209.74º 0.86% 0.52% -
XYZ 7.07 6.99 23.17 -
YUV 65.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 18 76 133 0.86 0.43 0 0.48 209.74 0.76 0.3
Hex 12 4C 85 56 2B 0 30 D2 4C 1E
Octal 22 114 205 126 53 0 60 322 114 36
Binary 10010 1001100 10000101 1010110 101011 0 110000 11010010 1001100 11110

Color Harmonies of #124C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C85

Black with #124C85

Text Example


Text Example

White with #124C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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