Html Css Color HEX #001A5E Sapphire

📋 copy color: '#001A5E'

red 0 ◦ green 26 ◦ blue 94

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

Shades of Sapphire #001A5E

Tints of Sapphire #001A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 78.33%

R = 0%
G = 21.67%
B = 78.33%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#001A5E (or 0x001A5E) is known color: Sapphire. HEX triplet: 00, 1A and 5E. RGB value is (0,26,94). Sum of RGB (Red+Green+Blue) = 0+26+94=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 94 (37.11% from 255 or 78.33% from 120); Max value from RGB is 94 - color contains mainly: blue. Hex color #001A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A5E is #FFE5A1. Grayscale: #191919. Windows color (decimal): -16770466 or 6167040. OLE color: 6167040.

HSL color Cylindrical-coordinate representation of color #001A5E: hue angle of 223.4º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A5E is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 26 94 -
CMYK 1 0.72 0 0.63
HSL 223.4º 1% 0.18% -
HSV(B) 223.4º 1% 0.37% -
XYZ 2.39 1.55 10.76 -
YUV 25.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 0 26 94 1 0.72 0 0.63 223.4 1 0.18
Hex 0 1A 5E 64 48 0 3F DF 64 12
Octal 0 32 136 144 110 0 77 337 144 22
Binary 0 11010 1011110 1100100 1001000 0 111111 11011111 1100100 10010

Color Harmonies of #001A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A5E

Black with #001A5E

Text Example


Text Example

White with #001A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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