Html Css Color HEX #124083 Dark Cerulean

📋 copy color: '#124083'

red 18 ◦ green 64 ◦ blue 131

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

Shades of Dark Cerulean #124083

Tints of Dark Cerulean #124083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.5%

R = 8.45%
G = 30.05%
B = 61.5%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124083 (or 0x124083) is known color: Dark Cerulean. HEX triplet: 12, 40 and 83. RGB value is (18,64,131). Sum of RGB (Red+Green+Blue) = 18+64+131=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #124083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124083 is #EDBF7C. Grayscale: #393939. Windows color (decimal): -15581053 or 8601618. OLE color: 8601618.

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

Color convert

RGB 18 64 131 -
CMYK 0.86 0.51 0 0.49
HSL 215.58º 0.76% 0.29% -
HSV(B) 215.58º 0.86% 0.51% -
XYZ 6.18 5.43 22.2 -
YUV 57.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 18 64 131 0.86 0.51 0 0.49 215.58 0.76 0.29
Hex 12 40 83 56 33 0 31 D8 4C 1D
Octal 22 100 203 126 63 0 61 330 114 35
Binary 10010 1000000 10000011 1010110 110011 0 110001 11011000 1001100 11101

Color Harmonies of #124083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124083

Black with #124083

Text Example


Text Example

White with #124083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124083; }

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

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

background-color css

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

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

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

border-color css

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

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

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