Html Css Color HEX #002561 Sapphire

📋 copy color: '#002561'

red 0 ◦ green 37 ◦ blue 97

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

Shades of Sapphire #002561

Tints of Sapphire #002561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 72.39%

R = 0%
G = 27.61%
B = 72.39%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002561 (or 0x002561) is known color: Sapphire. HEX triplet: 00, 25 and 61. RGB value is (0,37,97). Sum of RGB (Red+Green+Blue) = 0+37+97=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #002561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002561 is #FFDA9E. Grayscale: #202020. Windows color (decimal): -16767647 or 6366464. OLE color: 6366464.

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

Color convert

RGB 0 37 97 -
CMYK 1 0.62 0 0.62
HSL 217.11º 1% 0.19% -
HSV(B) 217.11º 1% 0.38% -
XYZ 2.82 2.19 11.58 -
YUV 32.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 0 37 97 1 0.62 0 0.62 217.11 1 0.19
Hex 0 25 61 64 3E 0 3E D9 64 13
Octal 0 45 141 144 76 0 76 331 144 23
Binary 0 100101 1100001 1100100 111110 0 111110 11011001 1100100 10011

Color Harmonies of #002561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002561

Black with #002561

Text Example


Text Example

White with #002561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002561; }

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

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

background-color css

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

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

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

border-color css

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

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

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