Html Css Color HEX #002681 Sapphire

📋 copy color: '#002681'

red 0 ◦ green 38 ◦ blue 129

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

Shades of Sapphire #002681

Tints of Sapphire #002681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 77.25%

R = 0%
G = 22.75%
B = 77.25%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#002681 (or 0x002681) is known color: Sapphire. HEX triplet: 00, 26 and 81. RGB value is (0,38,129). Sum of RGB (Red+Green+Blue) = 0+38+129=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 129 (50.78% from 255 or 77.25% from 167); Max value from RGB is 129 - color contains mainly: blue. Hex color #002681 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002681 is #FFD97E. Grayscale: #242424. Windows color (decimal): -16767359 or 8463872. OLE color: 8463872.

HSL color Cylindrical-coordinate representation of color #002681: hue angle of 222.33º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002681 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 38 129 -
CMYK 1 0.71 0 0.49
HSL 222.33º 1% 0.25% -
HSV(B) 222.33º 1% 0.51% -
XYZ 4.66 2.97 21.1 -
YUV 37.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 0 38 129 1 0.71 0 0.49 222.33 1 0.25
Hex 0 26 81 64 47 0 31 DE 64 19
Octal 0 46 201 144 107 0 61 336 144 31
Binary 0 100110 10000001 1100100 1000111 0 110001 11011110 1100100 11001

Color Harmonies of #002681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002681

Black with #002681

Text Example


Text Example

White with #002681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002681; }

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

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

background-color css

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

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

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

border-color css

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

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

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