Html Css Color HEX #002671 Sapphire

📋 copy color: '#002671'

red 0 ◦ green 38 ◦ blue 113

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

Shades of Sapphire #002671

Tints of Sapphire #002671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 0%
G = 25.17%
B = 74.83%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002671 (or 0x002671) is known color: Sapphire. HEX triplet: 00, 26 and 71. RGB value is (0,38,113). Sum of RGB (Red+Green+Blue) = 0+38+113=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #002671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002671 is #FFD98E. Grayscale: #222222. Windows color (decimal): -16767375 or 7415296. OLE color: 7415296.

HSL color Cylindrical-coordinate representation of color #002671: hue angle of 219.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002671 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 38 113 -
CMYK 1 0.66 0 0.56
HSL 219.82º 1% 0.22% -
HSV(B) 219.82º 1% 0.44% -
XYZ 3.67 2.58 15.93 -
YUV 35.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 0 38 113 1 0.66 0 0.56 219.82 1 0.22
Hex 0 26 71 64 42 0 38 DC 64 16
Octal 0 46 161 144 102 0 70 334 144 26
Binary 0 100110 1110001 1100100 1000010 0 111000 11011100 1100100 10110

Color Harmonies of #002671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002671

Black with #002671

Text Example


Text Example

White with #002671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002671; }

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

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

background-color css

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

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

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

border-color css

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

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

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