Html Css Color HEX #001553 Sapphire

📋 copy color: '#001553'

red 0 ◦ green 21 ◦ blue 83

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

Shades of Sapphire #001553

Tints of Sapphire #001553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 79.81%

R = 0%
G = 20.19%
B = 79.81%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#001553 (or 0x001553) is known color: Sapphire. HEX triplet: 00, 15 and 53. RGB value is (0,21,83). Sum of RGB (Red+Green+Blue) = 0+21+83=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #001553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001553 is #FFEAAC. Grayscale: #151515. Windows color (decimal): -16771757 or 5444864. OLE color: 5444864.

HSL color Cylindrical-coordinate representation of color #001553: hue angle of 224.82º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001553 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 21 83 -
CMYK 1 0.75 0 0.67
HSL 224.82º 1% 0.16% -
HSV(B) 224.82º 1% 0.33% -
XYZ 1.83 1.16 8.31 -
YUV 21.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 0 21 83 1 0.75 0 0.67 224.82 1 0.16
Hex 0 15 53 64 4B 0 43 E1 64 10
Octal 0 25 123 144 113 0 103 341 144 20
Binary 0 10101 1010011 1100100 1001011 0 1000011 11100001 1100100 10000

Color Harmonies of #001553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001553

Black with #001553

Text Example


Text Example

White with #001553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001553; }

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

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

background-color css

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

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

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

border-color css

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

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

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