Html Css Color HEX #124285 Dark Cerulean

📋 copy color: '#124285'

red 18 ◦ green 66 ◦ blue 133

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

Shades of Dark Cerulean #124285

Tints of Dark Cerulean #124285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

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

R = 8.29%
G = 30.41%
B = 61.29%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#124285 (or 0x124285) is known color: Dark Cerulean. HEX triplet: 12, 42 and 85. RGB value is (18,66,133). Sum of RGB (Red+Green+Blue) = 18+66+133=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #124285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124285 is #EDBD7A. Grayscale: #3A3A3A. Windows color (decimal): -15580539 or 8733202. OLE color: 8733202.

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

Color convert

RGB 18 66 133 -
CMYK 0.86 0.50 0 0.48
HSL 214.96º 0.76% 0.3% -
HSV(B) 214.96º 0.86% 0.52% -
XYZ 6.43 5.72 22.96 -
YUV 59.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 18 66 133 0.86 0.50 0 0.48 214.96 0.76 0.3
Hex 12 42 85 56 32 0 30 D7 4C 1E
Octal 22 102 205 126 62 0 60 327 114 36
Binary 10010 1000010 10000101 1010110 110010 0 110000 11010111 1001100 11110

Color Harmonies of #124285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124285

Black with #124285

Text Example


Text Example

White with #124285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124285; }

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

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

background-color css

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

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

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

border-color css

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

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

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