Html Css Color HEX #001E60 Sapphire

📋 copy color: '#001E60'

red 0 ◦ green 30 ◦ blue 96

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

Shades of Sapphire #001E60

Tints of Sapphire #001E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 76.19%

R = 0%
G = 23.81%
B = 76.19%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001E60 (or 0x001E60) is known color: Sapphire. HEX triplet: 00, 1E and 60. RGB value is (0,30,96). Sum of RGB (Red+Green+Blue) = 0+30+96=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #001E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E60 is #FFE19F. Grayscale: #1C1C1C. Windows color (decimal): -16769440 or 6299136. OLE color: 6299136.

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

Color convert

RGB 0 30 96 -
CMYK 1 0.69 0 0.62
HSL 221.25º 1% 0.19% -
HSV(B) 221.25º 1% 0.38% -
XYZ 2.58 1.77 11.27 -
YUV 28.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 0 30 96 1 0.69 0 0.62 221.25 1 0.19
Hex 0 1E 60 64 45 0 3E DD 64 13
Octal 0 36 140 144 105 0 76 335 144 23
Binary 0 11110 1100000 1100100 1000101 0 111110 11011101 1100100 10011

Color Harmonies of #001E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E60

Black with #001E60

Text Example


Text Example

White with #001E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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