Html Css Color HEX #124181 Dark Cerulean

📋 copy color: '#124181'

red 18 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #124181

Tints of Dark Cerulean #124181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

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

R = 8.49%
G = 30.66%
B = 60.85%

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

#124181 (or 0x124181) is known color: Dark Cerulean. HEX triplet: 12, 41 and 81. RGB value is (18,65,129). Sum of RGB (Red+Green+Blue) = 18+65+129=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #124181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124181 is #EDBE7E. Grayscale: #393939. Windows color (decimal): -15580799 or 8470802. OLE color: 8470802.

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

Color convert

RGB 18 65 129 -
CMYK 0.86 0.50 0 0.49
HSL 214.59º 0.76% 0.29% -
HSV(B) 214.59º 0.86% 0.51% -
XYZ 6.1 5.49 21.51 -
YUV 58.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 18 65 129 0.86 0.50 0 0.49 214.59 0.76 0.29
Hex 12 41 81 56 32 0 31 D7 4C 1D
Octal 22 101 201 126 62 0 61 327 114 35
Binary 10010 1000001 10000001 1010110 110010 0 110001 11010111 1001100 11101

Color Harmonies of #124181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124181

Black with #124181

Text Example


Text Example

White with #124181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124181; }

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

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

background-color css

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

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

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

border-color css

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

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

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