#124283

Color #124283 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #124283

Tints of Dark Cerulean #124283

Color information

#124283 (or 0x124283) is unknown color: approx Dark Cerulean. HEX triplet: 12, 42 and 83. RGB value is (18,66,131). Sum of RGB (Red+Green+Blue) = 18+66+131=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 131 (51.56% from 255 or 60.93% from 215); Max value from RGB is 131 - color contains mainly: blue. Hex color #124283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124283 is #EDBD7C. Grayscale: #3A3A3A. Windows color (decimal): -15580541 or 8602130. OLE color: 8602130.

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

Color convert

RGB1866131-
CMYK0.860.5000.49
HSL214.51º75.84%29.22%-
HSV(B)214.51º86.26%51.37%-
XYZ6.295.6622.23-
YUV59.06168.698.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 131 (51.56% from 255) = 60.93%
R=8.37%
G=30.70%
B=60.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18661310.860.5000.49214.5175.8429.22
Hex1242835632031d74c1d
Octal221022031266206132711435
Binary100101000010100000111010110110010011000111010111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124283; }

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

 H1.HeaderClassName
 {
   color: #124283;
 }
 .AnyTagClassName
 {
   color: #124283;
 }
</style>
background-color css

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

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

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

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

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

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