#1A447B

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

Shades of Dark Cerulean #1A447B

Tints of Dark Cerulean #1A447B

Color information

#1A447B (or 0x1A447B) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 44 and 7B. RGB value is (26,68,123). Sum of RGB (Red+Green+Blue) = 26+68+123=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A447B is #E5BB84. Grayscale: #3D3D3D. Windows color (decimal): -15055749 or 8078362. OLE color: 8078362.

HSL color Cylindrical-coordinate representation of color #1A447B: hue angle of 214.02º 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 #1A447B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2668123-
CMYK0.790.4500.52
HSL214.02º65.1%29.22%-
HSV(B)214.02º78.86%48.24%-
XYZ6.075.7819.54-
YUV61.71162.59102.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=11.98%
G=31.34%
B=56.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26681230.790.4500.52214.0265.129.22
Hex1A447B4F2D034d6411d
Octal321041731175506432610135
Binary11010100010011110111001111101101011010011010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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