Html Css Color HEX #124281 Dark Cerulean

📋 copy color: '#124281'

red 18 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #124281

Tints of Dark Cerulean #124281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.56%

R = 8.45%
G = 30.99%
B = 60.56%

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

#124281 (or 0x124281) is known color: Dark Cerulean. HEX triplet: 12, 42 and 81. RGB value is (18,66,129). Sum of RGB (Red+Green+Blue) = 18+66+129=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #124281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124281 is #EDBD7E. Grayscale: #3A3A3A. Windows color (decimal): -15580543 or 8471058. OLE color: 8471058.

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

Color convert

RGB 18 66 129 -
CMYK 0.86 0.49 0 0.49
HSL 214.05º 0.76% 0.29% -
HSV(B) 214.05º 0.86% 0.51% -
XYZ 6.16 5.61 21.53 -
YUV 58.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 18 66 129 0.86 0.49 0 0.49 214.05 0.76 0.29
Hex 12 42 81 56 31 0 31 D6 4C 1D
Octal 22 102 201 126 61 0 61 326 114 35
Binary 10010 1000010 10000001 1010110 110001 0 110001 11010110 1001100 11101

Color Harmonies of #124281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124281

Black with #124281

Text Example


Text Example

White with #124281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124281; }

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

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

background-color css

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

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

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

border-color css

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

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

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