Html Css Color HEX #001A62 Sapphire

📋 copy color: '#001A62'

red 0 ◦ green 26 ◦ blue 98

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

Shades of Sapphire #001A62

Tints of Sapphire #001A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 79.03%

R = 0%
G = 20.97%
B = 79.03%

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

#001A62 (or 0x001A62) is known color: Sapphire. HEX triplet: 00, 1A and 62. RGB value is (0,26,98). Sum of RGB (Red+Green+Blue) = 0+26+98=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #001A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A62 is #FFE59D. Grayscale: #1A1A1A. Windows color (decimal): -16770462 or 6429184. OLE color: 6429184.

HSL color Cylindrical-coordinate representation of color #001A62: hue angle of 224.08º 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 #001A62 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 26 98 -
CMYK 1 0.73 0 0.62
HSL 224.08º 1% 0.19% -
HSV(B) 224.08º 1% 0.38% -
XYZ 2.57 1.62 11.73 -
YUV 26.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 0 26 98 1 0.73 0 0.62 224.08 1 0.19
Hex 0 1A 62 64 49 0 3E E0 64 13
Octal 0 32 142 144 111 0 76 340 144 23
Binary 0 11010 1100010 1100100 1001001 0 111110 11100000 1100100 10011

Color Harmonies of #001A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A62

Black with #001A62

Text Example


Text Example

White with #001A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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