Html Css Color HEX #002668 Sapphire

📋 copy color: '#002668'

red 0 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #002668

Tints of Sapphire #002668

RGB

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

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

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

R = 0%
G = 26.76%
B = 73.24%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#002668 (or 0x002668) is known color: Sapphire. HEX triplet: 00, 26 and 68. RGB value is (0,38,104). Sum of RGB (Red+Green+Blue) = 0+38+104=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #002668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002668 is #FFD997. Grayscale: #212121. Windows color (decimal): -16767384 or 6825472. OLE color: 6825472.

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

Color convert

RGB 0 38 104 -
CMYK 1 0.63 0 0.59
HSL 218.08º 1% 0.2% -
HSV(B) 218.08º 1% 0.41% -
XYZ 3.19 2.39 13.39 -
YUV 34.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 0 38 104 1 0.63 0 0.59 218.08 1 0.2
Hex 0 26 68 64 3F 0 3B DA 64 14
Octal 0 46 150 144 77 0 73 332 144 24
Binary 0 100110 1101000 1100100 111111 0 111011 11011010 1100100 10100

Color Harmonies of #002668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002668

Black with #002668

Text Example


Text Example

White with #002668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002668; }

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

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

background-color css

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

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

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

border-color css

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

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

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