Html Css Color HEX #001568 Sapphire

📋 copy color: '#001568'

red 0 ◦ green 21 ◦ blue 104

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

Shades of Sapphire #001568

Tints of Sapphire #001568

RGB

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

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

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

R = 0%
G = 16.8%
B = 83.2%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#001568 (or 0x001568) is known color: Sapphire. HEX triplet: 00, 15 and 68. RGB value is (0,21,104). Sum of RGB (Red+Green+Blue) = 0+21+104=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #001568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001568 is #FFEA97. Grayscale: #171717. Windows color (decimal): -16771736 or 6821120. OLE color: 6821120.

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

Color convert

RGB 0 21 104 -
CMYK 1 0.80 0 0.59
HSL 227.88º 1% 0.2% -
HSV(B) 227.88º 1% 0.41% -
XYZ 2.77 1.54 13.25 -
YUV 24.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 0 21 104 1 0.80 0 0.59 227.88 1 0.2
Hex 0 15 68 64 50 0 3B E4 64 14
Octal 0 25 150 144 120 0 73 344 144 24
Binary 0 10101 1101000 1100100 1010000 0 111011 11100100 1100100 10100

Color Harmonies of #001568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001568

Black with #001568

Text Example


Text Example

White with #001568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001568; }

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

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

background-color css

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

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

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

border-color css

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

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

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