Html Css Color HEX #001562 Sapphire

📋 copy color: '#001562'

red 0 ◦ green 21 ◦ blue 98

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

Shades of Sapphire #001562

Tints of Sapphire #001562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.65%

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

R = 0%
G = 17.65%
B = 82.35%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001562 (or 0x001562) is known color: Sapphire. HEX triplet: 00, 15 and 62. RGB value is (0,21,98). Sum of RGB (Red+Green+Blue) = 0+21+98=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 98 (38.67% from 255 or 82.35% from 119); Max value from RGB is 98 - color contains mainly: blue. Hex color #001562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001562 is #FFEA9D. Grayscale: #171717. Windows color (decimal): -16771742 or 6427904. OLE color: 6427904.

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

Color convert

RGB 0 21 98 -
CMYK 1 0.79 0 0.62
HSL 227.14º 1% 0.19% -
HSV(B) 227.14º 1% 0.38% -
XYZ 2.47 1.42 11.7 -
YUV 23.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 0 21 98 1 0.79 0 0.62 227.14 1 0.19
Hex 0 15 62 64 4F 0 3E E3 64 13
Octal 0 25 142 144 117 0 76 343 144 23
Binary 0 10101 1100010 1100100 1001111 0 111110 11100011 1100100 10011

Color Harmonies of #001562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001562

Black with #001562

Text Example


Text Example

White with #001562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001562; }

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

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

background-color css

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

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

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

border-color css

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

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

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