Html Css Color HEX #002660 Sapphire

📋 copy color: '#002660'

red 0 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #002660

Tints of Sapphire #002660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.36%

 BLUE value IS 96 (37.89% from 255) = 71.64%

R = 0%
G = 28.36%
B = 71.64%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002660 (or 0x002660) is known color: Sapphire. HEX triplet: 00, 26 and 60. RGB value is (0,38,96). Sum of RGB (Red+Green+Blue) = 0+38+96=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #002660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002660 is #FFD99F. Grayscale: #202020. Windows color (decimal): -16767392 or 6301184. OLE color: 6301184.

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

Color convert

RGB 0 38 96 -
CMYK 1 0.60 0 0.62
HSL 216.25º 1% 0.19% -
HSV(B) 216.25º 1% 0.38% -
XYZ 2.8 2.23 11.35 -
YUV 33.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 0 38 96 1 0.60 0 0.62 216.25 1 0.19
Hex 0 26 60 64 3C 0 3E D8 64 13
Octal 0 46 140 144 74 0 76 330 144 23
Binary 0 100110 1100000 1100100 111100 0 111110 11011000 1100100 10011

Color Harmonies of #002660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002660

Black with #002660

Text Example


Text Example

White with #002660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002660; }

 p { color: rgb(0,38,96); }

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

background-color css

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

 a { background-color: rgb(0,38,96); }

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

border-color css

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

 span { border-color: rgb(0,38,96); }

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