Html Css Color HEX #001A60 Sapphire

📋 copy color: '#001A60'

red 0 ◦ green 26 ◦ blue 96

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

Shades of Sapphire #001A60

Tints of Sapphire #001A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.69%

R = 0%
G = 21.31%
B = 78.69%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001A60 (or 0x001A60) is known color: Sapphire. HEX triplet: 00, 1A and 60. RGB value is (0,26,96). Sum of RGB (Red+Green+Blue) = 0+26+96=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #001A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A60 is #FFE59F. Grayscale: #191919. Windows color (decimal): -16770464 or 6298112. OLE color: 6298112.

HSL color Cylindrical-coordinate representation of color #001A60: hue angle of 223.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A60 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 26 96 -
CMYK 1 0.73 0 0.62
HSL 223.75º 1% 0.19% -
HSV(B) 223.75º 1% 0.38% -
XYZ 2.48 1.58 11.24 -
YUV 26.21 167.39 109.31 -
System Red Green Blue C M Y K H S L
Decimal 0 26 96 1 0.73 0 0.62 223.75 1 0.19
Hex 0 1A 60 64 49 0 3E E0 64 13
Octal 0 32 140 144 111 0 76 340 144 23
Binary 0 11010 1100000 1100100 1001001 0 111110 11100000 1100100 10011

Color Harmonies of #001A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A60

Black with #001A60

Text Example


Text Example

White with #001A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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