Html Css Color HEX #002058 Sapphire

📋 copy color: '#002058'

red 0 ◦ green 32 ◦ blue 88

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

Shades of Sapphire #002058

Tints of Sapphire #002058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

 BLUE value IS 88 (34.77% from 255) = 73.33%

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#002058 (or 0x002058) is known color: Sapphire. HEX triplet: 00, 20 and 58. RGB value is (0,32,88). Sum of RGB (Red+Green+Blue) = 0+32+88=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #002058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002058 is #FFDFA7. Grayscale: #1C1C1C. Windows color (decimal): -16768936 or 5775360. OLE color: 5775360.

HSL color Cylindrical-coordinate representation of color #002058: hue angle of 218.18º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002058 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 32 88 -
CMYK 1 0.64 0 0.65
HSL 218.18º 1% 0.17% -
HSV(B) 218.18º 1% 0.35% -
XYZ 2.28 1.74 9.45 -
YUV 28.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 0 32 88 1 0.64 0 0.65 218.18 1 0.17
Hex 0 20 58 64 40 0 41 DA 64 11
Octal 0 40 130 144 100 0 101 332 144 21
Binary 0 100000 1011000 1100100 1000000 0 1000001 11011010 1100100 10001

Color Harmonies of #002058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002058

Black with #002058

Text Example


Text Example

White with #002058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002058; }

 p { color: rgb(0,32,88); }

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

background-color css

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

 a { background-color: rgb(0,32,88); }

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

border-color css

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

 span { border-color: rgb(0,32,88); }

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