Html Css Color HEX #001E62 Sapphire

📋 copy color: '#001E62'

red 0 ◦ green 30 ◦ blue 98

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

Shades of Sapphire #001E62

Tints of Sapphire #001E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 76.56%

R = 0%
G = 23.44%
B = 76.56%

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

#001E62 (or 0x001E62) is known color: Sapphire. HEX triplet: 00, 1E and 62. RGB value is (0,30,98). Sum of RGB (Red+Green+Blue) = 0+30+98=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #001E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E62 is #FFE19D. Grayscale: #1C1C1C. Windows color (decimal): -16769438 or 6430208. OLE color: 6430208.

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

Color convert

RGB 0 30 98 -
CMYK 1 0.69 0 0.62
HSL 221.63º 1% 0.19% -
HSV(B) 221.63º 1% 0.38% -
XYZ 2.67 1.81 11.76 -
YUV 28.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 0 30 98 1 0.69 0 0.62 221.63 1 0.19
Hex 0 1E 62 64 45 0 3E DE 64 13
Octal 0 36 142 144 105 0 76 336 144 23
Binary 0 11110 1100010 1100100 1000101 0 111110 11011110 1100100 10011

Color Harmonies of #001E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E62

Black with #001E62

Text Example


Text Example

White with #001E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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