Html Css Color HEX #1A3079 Sapphire

📋 copy color: '#1A3079'

red 26 ◦ green 48 ◦ blue 121

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

Shades of Sapphire #1A3079

Tints of Sapphire #1A3079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 13.33%
G = 24.62%
B = 62.05%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1A3079 (or 0x1A3079) is known color: Sapphire. HEX triplet: 1A, 30 and 79. RGB value is (26,48,121). Sum of RGB (Red+Green+Blue) = 26+48+121=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #1A3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3079 is #E5CF86. Grayscale: #313131. Windows color (decimal): -15060871 or 7942170. OLE color: 7942170.

HSL color Cylindrical-coordinate representation of color #1A3079: hue angle of 226.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A3079 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 48 121 -
CMYK 0.79 0.60 0 0.53
HSL 226.11º 0.65% 0.29% -
HSV(B) 226.11º 0.79% 0.47% -
XYZ 4.93 3.71 18.55 -
YUV 49.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 26 48 121 0.79 0.60 0 0.53 226.11 0.65 0.29
Hex 1A 30 79 4F 3C 0 35 E2 41 1D
Octal 32 60 171 117 74 0 65 342 101 35
Binary 11010 110000 1111001 1001111 111100 0 110101 11100010 1000001 11101

Color Harmonies of #1A3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3079

Black with #1A3079

Text Example


Text Example

White with #1A3079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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