#1A337C

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

Shades of Resolution Blue #1A337C

Tints of Resolution Blue #1A337C

Color information

#1A337C (or 0x1A337C) is unknown color: approx Resolution Blue. HEX triplet: 1A, 33 and 7C. RGB value is (26,51,124). Sum of RGB (Red+Green+Blue) = 26+51+124=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #1A337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A337C is #E5CC83. Grayscale: #333333. Windows color (decimal): -15060100 or 8139546. OLE color: 8139546.

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

Color convert

RGB2651124-
CMYK0.790.5900.51
HSL224.69º65.33%29.41%-
HSV(B)224.69º79.03%48.63%-
XYZ5.254.0419.57-
YUV51.85168.72109.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=12.94%
G=25.37%
B=61.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26511240.790.5900.51224.6965.3329.41
Hex1A337C4F3B033e1411d
Octal32631741177306334110135
Binary1101011001111111001001111111011011001111100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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