Html Css Color HEX #1A3069 Sapphire

📋 copy color: '#1A3069'

red 26 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #1A3069

Tints of Sapphire #1A3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 14.53%
G = 26.82%
B = 58.66%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A3069 (or 0x1A3069) is known color: Sapphire. HEX triplet: 1A, 30 and 69. RGB value is (26,48,105). Sum of RGB (Red+Green+Blue) = 26+48+105=179 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.53% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3069 is #E5CF96. Grayscale: #2F2F2F. Windows color (decimal): -15060887 or 6893594. OLE color: 6893594.

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

Color convert

RGB 26 48 105 -
CMYK 0.75 0.54 0 0.59
HSL 223.29º 0.6% 0.26% -
HSV(B) 223.29º 0.75% 0.41% -
XYZ 4.03 3.35 13.8 -
YUV 47.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 26 48 105 0.75 0.54 0 0.59 223.29 0.6 0.26
Hex 1A 30 69 4B 36 0 3B DF 3C 1A
Octal 32 60 151 113 66 0 73 337 74 32
Binary 11010 110000 1101001 1001011 110110 0 111011 11011111 111100 11010

Color Harmonies of #1A3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3069

Black with #1A3069

Text Example


Text Example

White with #1A3069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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