Html Css Color HEX #002675 Sapphire

📋 copy color: '#002675'

red 0 ◦ green 38 ◦ blue 117

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

Shades of Sapphire #002675

Tints of Sapphire #002675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.48%

R = 0%
G = 24.52%
B = 75.48%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#002675 (or 0x002675) is known color: Sapphire. HEX triplet: 00, 26 and 75. RGB value is (0,38,117). Sum of RGB (Red+Green+Blue) = 0+38+117=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #002675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002675 is #FFD98A. Grayscale: #232323. Windows color (decimal): -16767371 or 7677440. OLE color: 7677440.

HSL color Cylindrical-coordinate representation of color #002675: hue angle of 220.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002675 is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 38 117 -
CMYK 1 0.68 0 0.54
HSL 220.51º 1% 0.23% -
HSV(B) 220.51º 1% 0.46% -
XYZ 3.9 2.67 17.14 -
YUV 35.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 0 38 117 1 0.68 0 0.54 220.51 1 0.23
Hex 0 26 75 64 44 0 36 DD 64 17
Octal 0 46 165 144 104 0 66 335 144 27
Binary 0 100110 1110101 1100100 1000100 0 110110 11011101 1100100 10111

Color Harmonies of #002675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002675

Black with #002675

Text Example


Text Example

White with #002675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002675; }

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

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

background-color css

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

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

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

border-color css

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

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

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