Html Css Color HEX #1A3070 Sapphire

📋 copy color: '#1A3070'

red 26 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #1A3070

Tints of Sapphire #1A3070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 13.98%
G = 25.81%
B = 60.22%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1A3070 (or 0x1A3070) is known color: Sapphire. HEX triplet: 1A, 30 and 70. RGB value is (26,48,112). Sum of RGB (Red+Green+Blue) = 26+48+112=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3070 is #E5CF8F. Grayscale: #303030. Windows color (decimal): -15060880 or 7352346. OLE color: 7352346.

HSL color Cylindrical-coordinate representation of color #1A3070: hue angle of 224.65º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3070 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 48 112 -
CMYK 0.77 0.57 0 0.56
HSL 224.65º 0.62% 0.27% -
HSV(B) 224.65º 0.77% 0.44% -
XYZ 4.41 3.5 15.77 -
YUV 48.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 26 48 112 0.77 0.57 0 0.56 224.65 0.62 0.27
Hex 1A 30 70 4D 39 0 38 E1 3E 1B
Octal 32 60 160 115 71 0 70 341 76 33
Binary 11010 110000 1110000 1001101 111001 0 111000 11100001 111110 11011

Color Harmonies of #1A3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3070

Black with #1A3070

Text Example


Text Example

White with #1A3070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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