Html Css Color HEX #002761 Sapphire

📋 copy color: '#002761'

red 0 ◦ green 39 ◦ blue 97

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

Shades of Sapphire #002761

Tints of Sapphire #002761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 71.32%

R = 0%
G = 28.68%
B = 71.32%

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

#002761 (or 0x002761) is known color: Sapphire. HEX triplet: 00, 27 and 61. RGB value is (0,39,97). Sum of RGB (Red+Green+Blue) = 0+39+97=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #002761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002761 is #FFD89E. Grayscale: #212121. Windows color (decimal): -16767135 or 6366976. OLE color: 6366976.

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

Color convert

RGB 0 39 97 -
CMYK 1 0.60 0 0.62
HSL 215.88º 1% 0.19% -
HSV(B) 215.88º 1% 0.38% -
XYZ 2.88 2.31 11.6 -
YUV 33.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 0 39 97 1 0.60 0 0.62 215.88 1 0.19
Hex 0 27 61 64 3C 0 3E D8 64 13
Octal 0 47 141 144 74 0 76 330 144 23
Binary 0 100111 1100001 1100100 111100 0 111110 11011000 1100100 10011

Color Harmonies of #002761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002761

Black with #002761

Text Example


Text Example

White with #002761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002761; }

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

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

background-color css

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

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

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

border-color css

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

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

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