Html Css Color HEX #124985 Dark Cerulean

📋 copy color: '#124985'

red 18 ◦ green 73 ◦ blue 133

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

Shades of Dark Cerulean #124985

Tints of Dark Cerulean #124985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 8.04%
G = 32.59%
B = 59.38%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124985 (or 0x124985) is known color: Dark Cerulean. HEX triplet: 12, 49 and 85. RGB value is (18,73,133). Sum of RGB (Red+Green+Blue) = 18+73+133=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #124985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124985 is #EDB67A. Grayscale: #3F3F3F. Windows color (decimal): -15578747 or 8734994. OLE color: 8734994.

HSL color Cylindrical-coordinate representation of color #124985: hue angle of 211.3º 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 #124985 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 73 133 -
CMYK 0.86 0.45 0 0.48
HSL 211.3º 0.76% 0.3% -
HSV(B) 211.3º 0.86% 0.52% -
XYZ 6.87 6.59 23.1 -
YUV 63.4 167.28 95.62 -
System Red Green Blue C M Y K H S L
Decimal 18 73 133 0.86 0.45 0 0.48 211.3 0.76 0.3
Hex 12 49 85 56 2D 0 30 D3 4C 1E
Octal 22 111 205 126 55 0 60 323 114 36
Binary 10010 1001001 10000101 1010110 101101 0 110000 11010011 1001100 11110

Color Harmonies of #124985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124985

Black with #124985

Text Example


Text Example

White with #124985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124985; }

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

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

background-color css

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

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

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

border-color css

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

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

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