#1A2F7C

Color #1A2F7C Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #1A2F7C

Tints of Resolution Blue #1A2F7C

Color information

#1A2F7C (or 0x1A2F7C) is unknown color: approx Resolution Blue. HEX triplet: 1A, 2F and 7C. RGB value is (26,47,124). Sum of RGB (Red+Green+Blue) = 26+47+124=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A2F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F7C is #E5D083. Grayscale: #313131. Windows color (decimal): -15061124 or 8138522. OLE color: 8138522.

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

Color convert

RGB2647124-
CMYK0.790.6200.51
HSL227.14º65.33%29.41%-
HSV(B)227.14º79.03%48.63%-
XYZ5.083.7119.52-
YUV49.5170.04111.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=13.20%
G=23.86%
B=62.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26471240.790.6200.51227.1465.3329.41
Hex1A2F7C4F3E033e3411d
Octal32571741177606334310135
Binary1101010111111111001001111111110011001111100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,47,124); }

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

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

 a { background-color: rgb(26,47,124); }

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

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

 span { border-color: rgb(26,47,124); }

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