Html Css Color HEX #1A295F Sapphire

📋 copy color: '#1A295F'

red 26 ◦ green 41 ◦ blue 95

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

Shades of Sapphire #1A295F

Tints of Sapphire #1A295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 16.05%
G = 25.31%
B = 58.64%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A295F (or 0x1A295F) is known color: Sapphire. HEX triplet: 1A, 29 and 5F. RGB value is (26,41,95). Sum of RGB (Red+Green+Blue) = 26+41+95=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A295F is #E5D6A0. Grayscale: #2A2A2A. Windows color (decimal): -15062689 or 6236442. OLE color: 6236442.

HSL color Cylindrical-coordinate representation of color #1A295F: hue angle of 226.96º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A295F is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 41 95 -
CMYK 0.73 0.57 0 0.63
HSL 226.96º 0.57% 0.24% -
HSV(B) 226.96º 0.73% 0.37% -
XYZ 3.28 2.63 11.16 -
YUV 42.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 26 41 95 0.73 0.57 0 0.63 226.96 0.57 0.24
Hex 1A 29 5F 49 39 0 3F E3 39 18
Octal 32 51 137 111 71 0 77 343 71 30
Binary 11010 101001 1011111 1001001 111001 0 111111 11100011 111001 11000

Color Harmonies of #1A295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A295F

Black with #1A295F

Text Example


Text Example

White with #1A295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,41,95); }

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

background-color css

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

 a { background-color: rgb(26,41,95); }

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

border-color css

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

 span { border-color: rgb(26,41,95); }

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