Html Css Color HEX #002662 Sapphire

📋 copy color: '#002662'

red 0 ◦ green 38 ◦ blue 98

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

Shades of Sapphire #002662

Tints of Sapphire #002662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 72.06%

R = 0%
G = 27.94%
B = 72.06%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002662 (or 0x002662) is known color: Sapphire. HEX triplet: 00, 26 and 62. RGB value is (0,38,98). Sum of RGB (Red+Green+Blue) = 0+38+98=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #002662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002662 is #FFD99D. Grayscale: #212121. Windows color (decimal): -16767390 or 6432256. OLE color: 6432256.

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

Color convert

RGB 0 38 98 -
CMYK 1 0.61 0 0.62
HSL 216.73º 1% 0.19% -
HSV(B) 216.73º 1% 0.38% -
XYZ 2.9 2.27 11.84 -
YUV 33.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 0 38 98 1 0.61 0 0.62 216.73 1 0.19
Hex 0 26 62 64 3D 0 3E D9 64 13
Octal 0 46 142 144 75 0 76 331 144 23
Binary 0 100110 1100010 1100100 111101 0 111110 11011001 1100100 10011

Color Harmonies of #002662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002662

Black with #002662

Text Example


Text Example

White with #002662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002662; }

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

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

background-color css

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

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

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

border-color css

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

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

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