Html Css Color HEX #001A70 Sapphire

📋 copy color: '#001A70'

red 0 ◦ green 26 ◦ blue 112

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

Shades of Sapphire #001A70

Tints of Sapphire #001A70

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 26 (10.55% from 255) = 18.84%

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

R = 0%
G = 18.84%
B = 81.16%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001A70 (or 0x001A70) is known color: Sapphire. HEX triplet: 00, 1A and 70. RGB value is (0,26,112). Sum of RGB (Red+Green+Blue) = 0+26+112=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #001A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A70 is #FFE58F. Grayscale: #1B1B1B. Windows color (decimal): -16770448 or 7346688. OLE color: 7346688.

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

Color convert

RGB 0 26 112 -
CMYK 1 0.77 0 0.56
HSL 226.07º 1% 0.22% -
HSV(B) 226.07º 1% 0.44% -
XYZ 3.29 1.91 15.52 -
YUV 28.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 0 26 112 1 0.77 0 0.56 226.07 1 0.22
Hex 0 1A 70 64 4D 0 38 E2 64 16
Octal 0 32 160 144 115 0 70 342 144 26
Binary 0 11010 1110000 1100100 1001101 0 111000 11100010 1100100 10110

Color Harmonies of #001A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A70

Black with #001A70

Text Example


Text Example

White with #001A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A70; }

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

 H1.HeaderClassName
 {
   color: #001A70;
 }
 .AnyTagClassName
 {
   color: #001A70;
 }
</style>

background-color css

<style>
 a { background-color: #001A70; }

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

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

border-color css

<style>
 span { border-color: #001A70; }

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

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