Html Css Color HEX #1A357E Resolution Blue

📋 copy color: '#1A357E'

red 26 ◦ green 53 ◦ blue 126

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

Shades of Resolution Blue #1A357E

Tints of Resolution Blue #1A357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 126 (49.61% from 255) = 61.46%

R = 12.68%
G = 25.85%
B = 61.46%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1A357E (or 0x1A357E) is known color: Resolution Blue. HEX triplet: 1A, 35 and 7E. RGB value is (26,53,126). Sum of RGB (Red+Green+Blue) = 26+53+126=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A357E is #E5CA81. Grayscale: #343434. Windows color (decimal): -15059586 or 8271130. OLE color: 8271130.

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

Color convert

RGB 26 53 126 -
CMYK 0.79 0.58 0 0.51
HSL 223.8º 0.66% 0.3% -
HSV(B) 223.8º 0.79% 0.49% -
XYZ 5.47 4.27 20.28 -
YUV 53.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 26 53 126 0.79 0.58 0 0.51 223.8 0.66 0.3
Hex 1A 35 7E 4F 3A 0 33 E0 42 1E
Octal 32 65 176 117 72 0 63 340 102 36
Binary 11010 110101 1111110 1001111 111010 0 110011 11100000 1000010 11110

Color Harmonies of #1A357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A357E

Black with #1A357E

Text Example


Text Example

White with #1A357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,53,126); }

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

background-color css

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

 a { background-color: rgb(26,53,126); }

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

border-color css

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

 span { border-color: rgb(26,53,126); }

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