Html Css Color HEX #002865 Sapphire

📋 copy color: '#002865'

red 0 ◦ green 40 ◦ blue 101

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

Shades of Sapphire #002865

Tints of Sapphire #002865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 101 (39.84% from 255) = 71.63%

R = 0%
G = 28.37%
B = 71.63%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002865 (or 0x002865) is known color: Sapphire. HEX triplet: 00, 28 and 65. RGB value is (0,40,101). Sum of RGB (Red+Green+Blue) = 0+40+101=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 101 (39.84% from 255 or 71.63% from 141); Max value from RGB is 101 - color contains mainly: blue. Hex color #002865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002865 is #FFD79A. Grayscale: #222222. Windows color (decimal): -16766875 or 6629376. OLE color: 6629376.

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

Color convert

RGB 0 40 101 -
CMYK 1 0.60 0 0.60
HSL 216.24º 1% 0.2% -
HSV(B) 216.24º 1% 0.4% -
XYZ 3.11 2.46 12.62 -
YUV 34.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 0 40 101 1 0.60 0 0.60 216.24 1 0.2
Hex 0 28 65 64 3C 0 3C D8 64 14
Octal 0 50 145 144 74 0 74 330 144 24
Binary 0 101000 1100101 1100100 111100 0 111100 11011000 1100100 10100

Color Harmonies of #002865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002865

Black with #002865

Text Example


Text Example

White with #002865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002865; }

 p { color: rgb(0,40,101); }

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

background-color css

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

 a { background-color: rgb(0,40,101); }

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

border-color css

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

 span { border-color: rgb(0,40,101); }

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