Html Css Color HEX #1A3387 Resolution Blue

📋 copy color: '#1A3387'

red 26 ◦ green 51 ◦ blue 135

#1A3387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #1A3387

Tints of Resolution Blue #1A3387

RGB

 RED value IS 26 (10.55% from 255) = 12.26%

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 135 (53.13% from 255) = 63.68%

R = 12.26%
G = 24.06%
B = 63.68%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1A3387 (or 0x1A3387) is known color: Resolution Blue. HEX triplet: 1A, 33 and 87. RGB value is (26,51,135). Sum of RGB (Red+Green+Blue) = 26+51+135=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 135 (53.12% from 255 or 63.68% from 212); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A3387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3387 is #E5CC78. Grayscale: #343434. Windows color (decimal): -15060089 or 8860442. OLE color: 8860442.

HSL color Cylindrical-coordinate representation of color #1A3387: hue angle of 226.24º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A3387 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 26 51 135 -
CMYK 0.81 0.62 0 0.47
HSL 226.24º 0.68% 0.32% -
HSV(B) 226.24º 0.81% 0.53% -
XYZ 5.98 4.34 23.44 -
YUV 53.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 26 51 135 0.81 0.62 0 0.47 226.24 0.68 0.32
Hex 1A 33 87 51 3E 0 2F E2 44 20
Octal 32 63 207 121 76 0 57 342 104 40
Binary 11010 110011 10000111 1010001 111110 0 101111 11100010 1000100 100000

Color Harmonies of #1A3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3387

Black with #1A3387

Text Example


Text Example

White with #1A3387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A3387;
 }
 .AnyTagClassName
 {
   color: #1A3387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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