Html Css Color HEX #1A3269 Sapphire

📋 copy color: '#1A3269'

red 26 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #1A3269

Tints of Sapphire #1A3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.62%

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

R = 14.36%
G = 27.62%
B = 58.01%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A3269 (or 0x1A3269) is known color: Sapphire. HEX triplet: 1A, 32 and 69. RGB value is (26,50,105). Sum of RGB (Red+Green+Blue) = 26+50+105=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3269 is #E5CD96. Grayscale: #303030. Windows color (decimal): -15060375 or 6894106. OLE color: 6894106.

HSL color Cylindrical-coordinate representation of color #1A3269: hue angle of 221.77º 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 #1A3269 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 26 50 105 -
CMYK 0.75 0.52 0 0.59
HSL 221.77º 0.6% 0.26% -
HSV(B) 221.77º 0.75% 0.41% -
XYZ 4.12 3.52 13.83 -
YUV 49.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 26 50 105 0.75 0.52 0 0.59 221.77 0.6 0.26
Hex 1A 32 69 4B 34 0 3B DE 3C 1A
Octal 32 62 151 113 64 0 73 336 74 32
Binary 11010 110010 1101001 1001011 110100 0 111011 11011110 111100 11010

Color Harmonies of #1A3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3269

Black with #1A3269

Text Example


Text Example

White with #1A3269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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