Html Css Color HEX #002463 Sapphire

📋 copy color: '#002463'

red 0 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #002463

Tints of Sapphire #002463

RGB

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

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

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

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#002463 (or 0x002463) is known color: Sapphire. HEX triplet: 00, 24 and 63. RGB value is (0,36,99). Sum of RGB (Red+Green+Blue) = 0+36+99=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #002463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002463 is #FFDB9C. Grayscale: #202020. Windows color (decimal): -16767901 or 6497280. OLE color: 6497280.

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

Color convert

RGB 0 36 99 -
CMYK 1 0.64 0 0.61
HSL 218.18º 1% 0.19% -
HSV(B) 218.18º 1% 0.39% -
XYZ 2.88 2.16 12.07 -
YUV 32.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 0 36 99 1 0.64 0 0.61 218.18 1 0.19
Hex 0 24 63 64 40 0 3D DA 64 13
Octal 0 44 143 144 100 0 75 332 144 23
Binary 0 100100 1100011 1100100 1000000 0 111101 11011010 1100100 10011

Color Harmonies of #002463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002463

Black with #002463

Text Example


Text Example

White with #002463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002463; }

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

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

background-color css

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

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

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

border-color css

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

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

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