Html Css Color HEX #002768 Sapphire

📋 copy color: '#002768'

red 0 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #002768

Tints of Sapphire #002768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

 BLUE value IS 104 (41.02% from 255) = 72.73%

R = 0%
G = 27.27%
B = 72.73%

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

#002768 (or 0x002768) is known color: Sapphire. HEX triplet: 00, 27 and 68. RGB value is (0,39,104). Sum of RGB (Red+Green+Blue) = 0+39+104=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #002768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002768 is #FFD897. Grayscale: #222222. Windows color (decimal): -16767128 or 6825728. OLE color: 6825728.

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

Color convert

RGB 0 39 104 -
CMYK 1 0.62 0 0.59
HSL 217.5º 1% 0.2% -
HSV(B) 217.5º 1% 0.41% -
XYZ 3.22 2.45 13.4 -
YUV 34.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 0 39 104 1 0.62 0 0.59 217.5 1 0.2
Hex 0 27 68 64 3E 0 3B DA 64 14
Octal 0 47 150 144 76 0 73 332 144 24
Binary 0 100111 1101000 1100100 111110 0 111011 11011010 1100100 10100

Color Harmonies of #002768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002768

Black with #002768

Text Example


Text Example

White with #002768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002768; }

 p { color: rgb(0,39,104); }

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

background-color css

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

 a { background-color: rgb(0,39,104); }

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

border-color css

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

 span { border-color: rgb(0,39,104); }

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