Html Css Color HEX #124282 Dark Cerulean

📋 copy color: '#124282'

red 18 ◦ green 66 ◦ blue 130

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

Shades of Dark Cerulean #124282

Tints of Dark Cerulean #124282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 8.41%
G = 30.84%
B = 60.75%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124282 (or 0x124282) is known color: Dark Cerulean. HEX triplet: 12, 42 and 82. RGB value is (18,66,130). Sum of RGB (Red+Green+Blue) = 18+66+130=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #124282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124282 is #EDBD7D. Grayscale: #3A3A3A. Windows color (decimal): -15580542 or 8536594. OLE color: 8536594.

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

Color convert

RGB 18 66 130 -
CMYK 0.86 0.49 0 0.49
HSL 214.29º 0.76% 0.29% -
HSV(B) 214.29º 0.86% 0.51% -
XYZ 6.23 5.64 21.88 -
YUV 58.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 18 66 130 0.86 0.49 0 0.49 214.29 0.76 0.29
Hex 12 42 82 56 31 0 31 D6 4C 1D
Octal 22 102 202 126 61 0 61 326 114 35
Binary 10010 1000010 10000010 1010110 110001 0 110001 11010110 1001100 11101

Color Harmonies of #124282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124282

Black with #124282

Text Example


Text Example

White with #124282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124282; }

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

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

background-color css

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

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

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

border-color css

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

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

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