Html Css Color HEX #124081 Dark Cerulean

📋 copy color: '#124081'

red 18 ◦ green 64 ◦ blue 129

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

Shades of Dark Cerulean #124081

Tints of Dark Cerulean #124081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 8.53%
G = 30.33%
B = 61.14%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124081 (or 0x124081) is known color: Dark Cerulean. HEX triplet: 12, 40 and 81. RGB value is (18,64,129). Sum of RGB (Red+Green+Blue) = 18+64+129=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #124081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124081 is #EDBF7E. Grayscale: #393939. Windows color (decimal): -15581055 or 8470546. OLE color: 8470546.

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

Color convert

RGB 18 64 129 -
CMYK 0.86 0.50 0 0.49
HSL 215.14º 0.76% 0.29% -
HSV(B) 215.14º 0.86% 0.51% -
XYZ 6.05 5.38 21.49 -
YUV 57.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 18 64 129 0.86 0.50 0 0.49 215.14 0.76 0.29
Hex 12 40 81 56 32 0 31 D7 4C 1D
Octal 22 100 201 126 62 0 61 327 114 35
Binary 10010 1000000 10000001 1010110 110010 0 110001 11010111 1001100 11101

Color Harmonies of #124081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124081

Black with #124081

Text Example


Text Example

White with #124081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124081; }

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

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

background-color css

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

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

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

border-color css

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

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

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