Html Css Color HEX #001545 Sapphire

📋 copy color: '#001545'

red 0 ◦ green 21 ◦ blue 69

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

Shades of Sapphire #001545

Tints of Sapphire #001545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 76.67%

R = 0%
G = 23.33%
B = 76.67%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001545 (or 0x001545) is known color: Sapphire. HEX triplet: 00, 15 and 45. RGB value is (0,21,69). Sum of RGB (Red+Green+Blue) = 0+21+69=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 69 (27.34% from 255 or 76.67% from 90); Max value from RGB is 69 - color contains mainly: blue. Hex color #001545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001545 is #FFEABA. Grayscale: #131313. Windows color (decimal): -16771771 or 4527360. OLE color: 4527360.

HSL color Cylindrical-coordinate representation of color #001545: hue angle of 221.74º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001545 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 21 69 -
CMYK 1 0.70 0 0.73
HSL 221.74º 1% 0.14% -
HSV(B) 221.74º 1% 0.27% -
XYZ 1.34 0.97 5.75 -
YUV 20.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 0 21 69 1 0.70 0 0.73 221.74 1 0.14
Hex 0 15 45 64 46 0 49 DE 64 E
Octal 0 25 105 144 106 0 111 336 144 16
Binary 0 10101 1000101 1100100 1000110 0 1001001 11011110 1100100 1110

Color Harmonies of #001545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001545

Black with #001545

Text Example


Text Example

White with #001545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001545; }

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

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

background-color css

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

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

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

border-color css

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

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

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