Html Css Color HEX #001E5B Sapphire

📋 copy color: '#001E5B'

red 0 ◦ green 30 ◦ blue 91

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

Shades of Sapphire #001E5B

Tints of Sapphire #001E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 75.21%

R = 0%
G = 24.79%
B = 75.21%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#001E5B (or 0x001E5B) is known color: Sapphire. HEX triplet: 00, 1E and 5B. RGB value is (0,30,91). Sum of RGB (Red+Green+Blue) = 0+30+91=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 91 (35.94% from 255 or 75.21% from 121); Max value from RGB is 91 - color contains mainly: blue. Hex color #001E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E5B is #FFE1A4. Grayscale: #1B1B1B. Windows color (decimal): -16769445 or 5971456. OLE color: 5971456.

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

Color convert

RGB 0 30 91 -
CMYK 1 0.67 0 0.64
HSL 220.22º 1% 0.18% -
HSV(B) 220.22º 1% 0.36% -
XYZ 2.35 1.68 10.1 -
YUV 27.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 0 30 91 1 0.67 0 0.64 220.22 1 0.18
Hex 0 1E 5B 64 43 0 40 DC 64 12
Octal 0 36 133 144 103 0 100 334 144 22
Binary 0 11110 1011011 1100100 1000011 0 1000000 11011100 1100100 10010

Color Harmonies of #001E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E5B

Black with #001E5B

Text Example


Text Example

White with #001E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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