#1A3C7B

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

Shades of Dark Cerulean #1A3C7B

Tints of Dark Cerulean #1A3C7B

Color information

#1A3C7B (or 0x1A3C7B) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 3C and 7B. RGB value is (26,60,123). Sum of RGB (Red+Green+Blue) = 26+60+123=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A3C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3C7B is #E5C384. Grayscale: #383838. Windows color (decimal): -15057797 or 8076314. OLE color: 8076314.

HSL color Cylindrical-coordinate representation of color #1A3C7B: hue angle of 218.97º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A3C7B is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2660123-
CMYK0.790.5100.52
HSL218.97º65.1%29.22%-
HSV(B)218.97º78.86%48.24%-
XYZ5.624.8819.39-
YUV57.02165.24105.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.44%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=12.44%
G=28.71%
B=58.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26601230.790.5100.52218.9765.129.22
Hex1A3C7B4F33034db411d
Octal32741731176306433310135
Binary1101011110011110111001111110011011010011011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,123); }

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

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

 a { background-color: rgb(26,60,123); }

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

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

 span { border-color: rgb(26,60,123); }

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