Html Css Color HEX #1A3175 Sapphire

📋 copy color: '#1A3175'

red 26 ◦ green 49 ◦ blue 117

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

Shades of Sapphire #1A3175

Tints of Sapphire #1A3175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.52%

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

R = 13.54%
G = 25.52%
B = 60.94%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1A3175 (or 0x1A3175) is known color: Sapphire. HEX triplet: 1A, 31 and 75. RGB value is (26,49,117). Sum of RGB (Red+Green+Blue) = 26+49+117=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A3175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3175 is #E5CE8A. Grayscale: #313131. Windows color (decimal): -15060619 or 7680282. OLE color: 7680282.

HSL color Cylindrical-coordinate representation of color #1A3175: hue angle of 224.84º 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 #1A3175 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 49 117 -
CMYK 0.78 0.58 0 0.54
HSL 224.84º 0.64% 0.28% -
HSV(B) 224.84º 0.78% 0.46% -
XYZ 4.74 3.7 17.29 -
YUV 49.88 165.88 110.97 -
System Red Green Blue C M Y K H S L
Decimal 26 49 117 0.78 0.58 0 0.54 224.84 0.64 0.28
Hex 1A 31 75 4E 3A 0 36 E1 40 1C
Octal 32 61 165 116 72 0 66 341 100 34
Binary 11010 110001 1110101 1001110 111010 0 110110 11100001 1000000 11100

Color Harmonies of #1A3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3175

Black with #1A3175

Text Example


Text Example

White with #1A3175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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