#154185

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

Shades of Dark Cerulean #154185

Tints of Dark Cerulean #154185

Color information

#154185 (or 0x154185) is unknown color: approx Dark Cerulean. HEX triplet: 15, 41 and 85. RGB value is (21,65,133). Sum of RGB (Red+Green+Blue) = 21+65+133=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #154185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154185 is #EABE7A. Grayscale: #3B3B3B. Windows color (decimal): -15384187 or 8732949. OLE color: 8732949.

HSL color Cylindrical-coordinate representation of color #154185: hue angle of 216.43º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154185 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2165133-
CMYK0.840.5100.48
HSL216.43º72.73%30.2%-
HSV(B)216.43º84.21%52.16%-
XYZ6.435.6322.94-
YUV59.6169.42100.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=9.59%
G=29.68%
B=60.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21651330.840.5100.48216.4372.7330.2
Hex1541855433030d8491e
Octal251012051246306033011136
Binary101011000001100001011010100110011011000011011000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154185; }

 p { color: rgb(21,65,133); }

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

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

 a { background-color: rgb(21,65,133); }

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

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

 span { border-color: rgb(21,65,133); }

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