Html Css Color HEX #002869 Sapphire

📋 copy color: '#002869'

red 0 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #002869

Tints of Sapphire #002869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 72.41%

R = 0%
G = 27.59%
B = 72.41%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002869 (or 0x002869) is known color: Sapphire. HEX triplet: 00, 28 and 69. RGB value is (0,40,105). Sum of RGB (Red+Green+Blue) = 0+40+105=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #002869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002869 is #FFD796. Grayscale: #232323. Windows color (decimal): -16766871 or 6891520. OLE color: 6891520.

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

Color convert

RGB 0 40 105 -
CMYK 1 0.62 0 0.59
HSL 217.14º 1% 0.21% -
HSV(B) 217.14º 1% 0.41% -
XYZ 3.31 2.54 13.68 -
YUV 35.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 0 40 105 1 0.62 0 0.59 217.14 1 0.21
Hex 0 28 69 64 3E 0 3B D9 64 15
Octal 0 50 151 144 76 0 73 331 144 25
Binary 0 101000 1101001 1100100 111110 0 111011 11011001 1100100 10101

Color Harmonies of #002869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002869

Black with #002869

Text Example


Text Example

White with #002869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002869; }

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

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

background-color css

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

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

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

border-color css

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

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

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