Html Css Color HEX #001569 Sapphire

📋 copy color: '#001569'

red 0 ◦ green 21 ◦ blue 105

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

Shades of Sapphire #001569

Tints of Sapphire #001569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 83.33%

R = 0%
G = 16.67%
B = 83.33%

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

#001569 (or 0x001569) is known color: Sapphire. HEX triplet: 00, 15 and 69. RGB value is (0,21,105). Sum of RGB (Red+Green+Blue) = 0+21+105=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #001569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001569 is #FFEA96. Grayscale: #171717. Windows color (decimal): -16771735 or 6886656. OLE color: 6886656.

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

Color convert

RGB 0 21 105 -
CMYK 1 0.80 0 0.59
HSL 228º 1% 0.21% -
HSV(B) 228º 1% 0.41% -
XYZ 2.82 1.56 13.52 -
YUV 24.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 0 21 105 1 0.80 0 0.59 228 1 0.21
Hex 0 15 69 64 50 0 3B E4 64 15
Octal 0 25 151 144 120 0 73 344 144 25
Binary 0 10101 1101001 1100100 1010000 0 111011 11100100 1100100 10101

Color Harmonies of #001569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001569

Black with #001569

Text Example


Text Example

White with #001569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001569; }

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

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

background-color css

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

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

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

border-color css

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

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

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