Html Css Color HEX #1A2869 Sapphire

📋 copy color: '#1A2869'

red 26 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #1A2869

Tints of Sapphire #1A2869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 105 (41.41% from 255) = 61.4%

R = 15.2%
G = 23.39%
B = 61.4%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A2869 (or 0x1A2869) is known color: Sapphire. HEX triplet: 1A, 28 and 69. RGB value is (26,40,105). Sum of RGB (Red+Green+Blue) = 26+40+105=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2869 is #E5D796. Grayscale: #2A2A2A. Windows color (decimal): -15062935 or 6891546. OLE color: 6891546.

HSL color Cylindrical-coordinate representation of color #1A2869: hue angle of 229.37º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A2869 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 40 105 -
CMYK 0.75 0.62 0 0.59
HSL 229.37º 0.6% 0.26% -
HSV(B) 229.37º 0.75% 0.41% -
XYZ 3.73 2.76 13.7 -
YUV 43.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 26 40 105 0.75 0.62 0 0.59 229.37 0.6 0.26
Hex 1A 28 69 4B 3E 0 3B E5 3C 1A
Octal 32 50 151 113 76 0 73 345 74 32
Binary 11010 101000 1101001 1001011 111110 0 111011 11100101 111100 11010

Color Harmonies of #1A2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2869

Black with #1A2869

Text Example


Text Example

White with #1A2869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,40,105); }

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

background-color css

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

 a { background-color: rgb(26,40,105); }

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

border-color css

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

 span { border-color: rgb(26,40,105); }

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