#1A307A

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

Shades of Resolution Blue #1A307A

Tints of Resolution Blue #1A307A

Color information

#1A307A (or 0x1A307A) is unknown color: approx Resolution Blue. HEX triplet: 1A, 30 and 7A. RGB value is (26,48,122). Sum of RGB (Red+Green+Blue) = 26+48+122=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A307A is #E5CF85. Grayscale: #313131. Windows color (decimal): -15060870 or 8007706. OLE color: 8007706.

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

Color convert

RGB2648122-
CMYK0.790.6100.52
HSL226.25º64.86%29.02%-
HSV(B)226.25º78.69%47.84%-
XYZ53.7418.87-
YUV49.86168.71110.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 122 (48.05% from 255) = 62.24%
R=13.27%
G=24.49%
B=62.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26481220.790.6100.52226.2564.8629.02
Hex1A307A4F3D034e2411d
Octal32601721177506434210135
Binary1101011000011110101001111111101011010011100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,122); }

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

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

 a { background-color: rgb(26,48,122); }

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

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

 span { border-color: rgb(26,48,122); }

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