Html Css Color HEX #002563 Sapphire

📋 copy color: '#002563'

red 0 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #002563

Tints of Sapphire #002563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 99 (39.06% from 255) = 72.79%

R = 0%
G = 27.21%
B = 72.79%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#002563 (or 0x002563) is known color: Sapphire. HEX triplet: 00, 25 and 63. RGB value is (0,37,99). Sum of RGB (Red+Green+Blue) = 0+37+99=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #002563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002563 is #FFDA9C. Grayscale: #202020. Windows color (decimal): -16767645 or 6497536. OLE color: 6497536.

HSL color Cylindrical-coordinate representation of color #002563: hue angle of 217.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002563 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 37 99 -
CMYK 1 0.63 0 0.61
HSL 217.58º 1% 0.19% -
HSV(B) 217.58º 1% 0.39% -
XYZ 2.91 2.22 12.08 -
YUV 33.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 0 37 99 1 0.63 0 0.61 217.58 1 0.19
Hex 0 25 63 64 3F 0 3D DA 64 13
Octal 0 45 143 144 77 0 75 332 144 23
Binary 0 100101 1100011 1100100 111111 0 111101 11011010 1100100 10011

Color Harmonies of #002563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002563

Black with #002563

Text Example


Text Example

White with #002563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002563; }

 p { color: rgb(0,37,99); }

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

background-color css

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

 a { background-color: rgb(0,37,99); }

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

border-color css

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

 span { border-color: rgb(0,37,99); }

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