Html Css Color HEX #001A5D Sapphire

📋 copy color: '#001A5D'

red 0 ◦ green 26 ◦ blue 93

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

Shades of Sapphire #001A5D

Tints of Sapphire #001A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 78.15%

R = 0%
G = 21.85%
B = 78.15%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001A5D (or 0x001A5D) is known color: Sapphire. HEX triplet: 00, 1A and 5D. RGB value is (0,26,93). Sum of RGB (Red+Green+Blue) = 0+26+93=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #001A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A5D is #FFE5A2. Grayscale: #191919. Windows color (decimal): -16770467 or 6101504. OLE color: 6101504.

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

Color convert

RGB 0 26 93 -
CMYK 1 0.72 0 0.64
HSL 223.23º 1% 0.18% -
HSV(B) 223.23º 1% 0.36% -
XYZ 2.35 1.53 10.53 -
YUV 25.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 0 26 93 1 0.72 0 0.64 223.23 1 0.18
Hex 0 1A 5D 64 48 0 40 DF 64 12
Octal 0 32 135 144 110 0 100 337 144 22
Binary 0 11010 1011101 1100100 1001000 0 1000000 11011111 1100100 10010

Color Harmonies of #001A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A5D

Black with #001A5D

Text Example


Text Example

White with #001A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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