Html Css Color HEX #124381 Dark Cerulean

📋 copy color: '#124381'

red 18 ◦ green 67 ◦ blue 129

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

Shades of Dark Cerulean #124381

Tints of Dark Cerulean #124381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 8.41%
G = 31.31%
B = 60.28%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124381 (or 0x124381) is known color: Dark Cerulean. HEX triplet: 12, 43 and 81. RGB value is (18,67,129). Sum of RGB (Red+Green+Blue) = 18+67+129=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #124381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124381 is #EDBC7E. Grayscale: #3B3B3B. Windows color (decimal): -15580287 or 8471314. OLE color: 8471314.

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

Color convert

RGB 18 67 129 -
CMYK 0.86 0.48 0 0.49
HSL 213.51º 0.76% 0.29% -
HSV(B) 213.51º 0.86% 0.51% -
XYZ 6.22 5.73 21.55 -
YUV 59.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 18 67 129 0.86 0.48 0 0.49 213.51 0.76 0.29
Hex 12 43 81 56 30 0 31 D6 4C 1D
Octal 22 103 201 126 60 0 61 326 114 35
Binary 10010 1000011 10000001 1010110 110000 0 110001 11010110 1001100 11101

Color Harmonies of #124381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124381

Black with #124381

Text Example


Text Example

White with #124381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124381; }

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

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

background-color css

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

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

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

border-color css

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

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

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