#184975

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

Shades of Dark Cerulean #184975

Tints of Dark Cerulean #184975

Color information

#184975 (or 0x184975) is unknown color: approx Dark Cerulean. HEX triplet: 18, 49 and 75. RGB value is (24,73,117). Sum of RGB (Red+Green+Blue) = 24+73+117=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #184975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184975 is #E7B68A. Grayscale: #3F3F3F. Windows color (decimal): -15185547 or 7686424. OLE color: 7686424.

HSL color Cylindrical-coordinate representation of color #184975: hue angle of 208.39º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184975 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2473117-
CMYK0.790.3800.54
HSL208.39º65.96%27.65%-
HSV(B)208.39º79.49%45.88%-
XYZ5.976.2417.72-
YUV63.36158.2799.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=11.21%
G=34.11%
B=54.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24731170.790.3800.54208.3965.9627.65
Hex1849754F26036d0421c
Octal301111651174606632010234
Binary11000100100111101011001111100110011011011010000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184975; }

 p { color: rgb(24,73,117); }

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

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

 a { background-color: rgb(24,73,117); }

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

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

 span { border-color: rgb(24,73,117); }

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