Html Css Color HEX #1A3072 Sapphire

📋 copy color: '#1A3072'

red 26 ◦ green 48 ◦ blue 114

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

Shades of Sapphire #1A3072

Tints of Sapphire #1A3072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 13.83%
G = 25.53%
B = 60.64%

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

#1A3072 (or 0x1A3072) is known color: Sapphire. HEX triplet: 1A, 30 and 72. RGB value is (26,48,114). Sum of RGB (Red+Green+Blue) = 26+48+114=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #1A3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3072 is #E5CF8D. Grayscale: #303030. Windows color (decimal): -15060878 or 7483418. OLE color: 7483418.

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

Color convert

RGB 26 48 114 -
CMYK 0.77 0.58 0 0.55
HSL 225º 0.63% 0.27% -
HSV(B) 225º 0.77% 0.45% -
XYZ 4.52 3.55 16.37 -
YUV 48.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 26 48 114 0.77 0.58 0 0.55 225 0.63 0.27
Hex 1A 30 72 4D 3A 0 37 E1 3F 1B
Octal 32 60 162 115 72 0 67 341 77 33
Binary 11010 110000 1110010 1001101 111010 0 110111 11100001 111111 11011

Color Harmonies of #1A3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3072

Black with #1A3072

Text Example


Text Example

White with #1A3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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