Html Css Color HEX #1A255F Sapphire

📋 copy color: '#1A255F'

red 26 ◦ green 37 ◦ blue 95

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

Shades of Sapphire #1A255F

Tints of Sapphire #1A255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.42%

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

R = 16.46%
G = 23.42%
B = 60.13%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A255F (or 0x1A255F) is known color: Sapphire. HEX triplet: 1A, 25 and 5F. RGB value is (26,37,95). Sum of RGB (Red+Green+Blue) = 26+37+95=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A255F is #E5DAA0. Grayscale: #282828. Windows color (decimal): -15063713 or 6235418. OLE color: 6235418.

HSL color Cylindrical-coordinate representation of color #1A255F: hue angle of 230.43º 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 #1A255F is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 26 37 95 -
CMYK 0.73 0.61 0 0.63
HSL 230.43º 0.57% 0.24% -
HSV(B) 230.43º 0.73% 0.37% -
XYZ 3.15 2.37 11.12 -
YUV 40.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 26 37 95 0.73 0.61 0 0.63 230.43 0.57 0.24
Hex 1A 25 5F 49 3D 0 3F E6 39 18
Octal 32 45 137 111 75 0 77 346 71 30
Binary 11010 100101 1011111 1001001 111101 0 111111 11100110 111001 11000

Color Harmonies of #1A255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A255F

Black with #1A255F

Text Example


Text Example

White with #1A255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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