Html Css Color HEX #002461 Sapphire

📋 copy color: '#002461'

red 0 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #002461

Tints of Sapphire #002461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.07%

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

R = 0%
G = 27.07%
B = 72.93%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002461 (or 0x002461) is known color: Sapphire. HEX triplet: 00, 24 and 61. RGB value is (0,36,97). Sum of RGB (Red+Green+Blue) = 0+36+97=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #002461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002461 is #FFDB9E. Grayscale: #1F1F1F. Windows color (decimal): -16767903 or 6366208. OLE color: 6366208.

HSL color Cylindrical-coordinate representation of color #002461: hue angle of 217.73º 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 #002461 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 36 97 -
CMYK 1 0.63 0 0.62
HSL 217.73º 1% 0.19% -
HSV(B) 217.73º 1% 0.38% -
XYZ 2.79 2.12 11.57 -
YUV 32.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 0 36 97 1 0.63 0 0.62 217.73 1 0.19
Hex 0 24 61 64 3F 0 3E DA 64 13
Octal 0 44 141 144 77 0 76 332 144 23
Binary 0 100100 1100001 1100100 111111 0 111110 11011010 1100100 10011

Color Harmonies of #002461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002461

Black with #002461

Text Example


Text Example

White with #002461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002461; }

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

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

background-color css

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

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

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

border-color css

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

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

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