Html Css Color HEX #001E68 Sapphire

📋 copy color: '#001E68'

red 0 ◦ green 30 ◦ blue 104

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

Shades of Sapphire #001E68

Tints of Sapphire #001E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 77.61%

R = 0%
G = 22.39%
B = 77.61%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001E68 (or 0x001E68) is known color: Sapphire. HEX triplet: 00, 1E and 68. RGB value is (0,30,104). Sum of RGB (Red+Green+Blue) = 0+30+104=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #001E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E68 is #FFE197. Grayscale: #1D1D1D. Windows color (decimal): -16769432 or 6823424. OLE color: 6823424.

HSL color Cylindrical-coordinate representation of color #001E68: hue angle of 222.69º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E68 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 30 104 -
CMYK 1 0.71 0 0.59
HSL 222.69º 1% 0.2% -
HSV(B) 222.69º 1% 0.41% -
XYZ 2.96 1.93 13.31 -
YUV 29.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 0 30 104 1 0.71 0 0.59 222.69 1 0.2
Hex 0 1E 68 64 47 0 3B DF 64 14
Octal 0 36 150 144 107 0 73 337 144 24
Binary 0 11110 1101000 1100100 1000111 0 111011 11011111 1100100 10100

Color Harmonies of #001E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E68

Black with #001E68

Text Example


Text Example

White with #001E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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