Html Css Color HEX #1A3073 Sapphire

📋 copy color: '#1A3073'

red 26 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #1A3073

Tints of Sapphire #1A3073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 13.76%
G = 25.4%
B = 60.85%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A3073 (or 0x1A3073) is known color: Sapphire. HEX triplet: 1A, 30 and 73. RGB value is (26,48,115). Sum of RGB (Red+Green+Blue) = 26+48+115=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #1A3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3073 is #E5CF8C. Grayscale: #303030. Windows color (decimal): -15060877 or 7548954. OLE color: 7548954.

HSL color Cylindrical-coordinate representation of color #1A3073: hue angle of 225.17º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3073 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 26 48 115 -
CMYK 0.77 0.58 0 0.55
HSL 225.17º 0.63% 0.28% -
HSV(B) 225.17º 0.77% 0.45% -
XYZ 4.58 3.57 16.67 -
YUV 49.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 26 48 115 0.77 0.58 0 0.55 225.17 0.63 0.28
Hex 1A 30 73 4D 3A 0 37 E1 3F 1C
Octal 32 60 163 115 72 0 67 341 77 34
Binary 11010 110000 1110011 1001101 111010 0 110111 11100001 111111 11100

Color Harmonies of #1A3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3073

Black with #1A3073

Text Example


Text Example

White with #1A3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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