Html Css Color HEX #1A3074 Sapphire

📋 copy color: '#1A3074'

red 26 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #1A3074

Tints of Sapphire #1A3074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 61.05%

R = 13.68%
G = 25.26%
B = 61.05%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1A3074 (or 0x1A3074) is known color: Sapphire. HEX triplet: 1A, 30 and 74. RGB value is (26,48,116). Sum of RGB (Red+Green+Blue) = 26+48+116=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A3074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3074 is #E5CF8B. Grayscale: #303030. Windows color (decimal): -15060876 or 7614490. OLE color: 7614490.

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

Color convert

RGB 26 48 116 -
CMYK 0.78 0.59 0 0.55
HSL 225.33º 0.63% 0.28% -
HSV(B) 225.33º 0.78% 0.45% -
XYZ 4.64 3.59 16.97 -
YUV 49.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 26 48 116 0.78 0.59 0 0.55 225.33 0.63 0.28
Hex 1A 30 74 4E 3B 0 37 E1 3F 1C
Octal 32 60 164 116 73 0 67 341 77 34
Binary 11010 110000 1110100 1001110 111011 0 110111 11100001 111111 11100

Color Harmonies of #1A3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3074

Black with #1A3074

Text Example


Text Example

White with #1A3074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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