Html Css Color HEX #1A3575 Resolution Blue

📋 copy color: '#1A3575'

red 26 ◦ green 53 ◦ blue 117

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

Shades of Resolution Blue #1A3575

Tints of Resolution Blue #1A3575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 13.27%
G = 27.04%
B = 59.69%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A3575 (or 0x1A3575) is known color: Resolution Blue. HEX triplet: 1A, 35 and 75. RGB value is (26,53,117). Sum of RGB (Red+Green+Blue) = 26+53+117=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A3575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3575 is #E5CA8A. Grayscale: #333333. Windows color (decimal): -15059595 or 7681306. OLE color: 7681306.

HSL color Cylindrical-coordinate representation of color #1A3575: hue angle of 222.2º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A3575 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 53 117 -
CMYK 0.78 0.55 0 0.54
HSL 222.2º 0.64% 0.28% -
HSV(B) 222.2º 0.78% 0.46% -
XYZ 4.91 4.05 17.35 -
YUV 52.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 26 53 117 0.78 0.55 0 0.54 222.2 0.64 0.28
Hex 1A 35 75 4E 37 0 36 DE 40 1C
Octal 32 65 165 116 67 0 66 336 100 34
Binary 11010 110101 1110101 1001110 110111 0 110110 11011110 1000000 11100

Color Harmonies of #1A3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3575

Black with #1A3575

Text Example


Text Example

White with #1A3575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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