Html Css Color HEX #001E5D Sapphire

📋 copy color: '#001E5D'

red 0 ◦ green 30 ◦ blue 93

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

Shades of Sapphire #001E5D

Tints of Sapphire #001E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

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

R = 0%
G = 24.39%
B = 75.61%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001E5D (or 0x001E5D) is known color: Sapphire. HEX triplet: 00, 1E and 5D. RGB value is (0,30,93). Sum of RGB (Red+Green+Blue) = 0+30+93=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #001E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E5D is #FFE1A2. Grayscale: #1B1B1B. Windows color (decimal): -16769443 or 6102528. OLE color: 6102528.

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

Color convert

RGB 0 30 93 -
CMYK 1 0.68 0 0.64
HSL 220.65º 1% 0.18% -
HSV(B) 220.65º 1% 0.36% -
XYZ 2.44 1.72 10.56 -
YUV 28.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 0 30 93 1 0.68 0 0.64 220.65 1 0.18
Hex 0 1E 5D 64 44 0 40 DD 64 12
Octal 0 36 135 144 104 0 100 335 144 22
Binary 0 11110 1011101 1100100 1000100 0 1000000 11011101 1100100 10010

Color Harmonies of #001E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E5D

Black with #001E5D

Text Example


Text Example

White with #001E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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