#1A3985

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

Shades of Dark Cerulean #1A3985

Tints of Dark Cerulean #1A3985

Color information

#1A3985 (or 0x1A3985) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 39 and 85. RGB value is (26,57,133). Sum of RGB (Red+Green+Blue) = 26+57+133=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A3985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3985 is #E5C67A. Grayscale: #383838. Windows color (decimal): -15058555 or 8730906. OLE color: 8730906.

HSL color Cylindrical-coordinate representation of color #1A3985: hue angle of 222.62º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A3985 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2657133-
CMYK0.800.5700.48
HSL222.62º67.3%31.18%-
HSV(B)222.62º80.45%52.16%-
XYZ6.124.8422.8-
YUV56.4171.23106.32-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 133 (52.34% from 255) = 61.57%
R=12.04%
G=26.39%
B=61.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26571330.800.5700.48222.6267.331.18
Hex1A39855039030df431f
Octal32712051207106033710337
Binary11010111001100001011010000111001011000011011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3985; }

 p { color: rgb(26,57,133); }

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

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

 a { background-color: rgb(26,57,133); }

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

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

 span { border-color: rgb(26,57,133); }

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