Html Css Color HEX #001058 Sapphire

📋 copy color: '#001058'

red 0 ◦ green 16 ◦ blue 88

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

Shades of Sapphire #001058

Tints of Sapphire #001058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 0%
G = 15.38%
B = 84.62%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001058 (or 0x001058) is known color: Sapphire. HEX triplet: 00, 10 and 58. RGB value is (0,16,88). Sum of RGB (Red+Green+Blue) = 0+16+88=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 88 (34.77% from 255 or 84.62% from 104); Max value from RGB is 88 - color contains mainly: blue. Hex color #001058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001058 is #FFEFA7. Grayscale: #131313. Windows color (decimal): -16773032 or 5771264. OLE color: 5771264.

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

Color convert

RGB 0 16 88 -
CMYK 1 0.82 0 0.65
HSL 229.09º 1% 0.17% -
HSV(B) 229.09º 1% 0.35% -
XYZ 1.95 1.08 9.34 -
YUV 19.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 0 16 88 1 0.82 0 0.65 229.09 1 0.17
Hex 0 10 58 64 52 0 41 E5 64 11
Octal 0 20 130 144 122 0 101 345 144 21
Binary 0 10000 1011000 1100100 1010010 0 1000001 11100101 1100100 10001

Color Harmonies of #001058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001058

Black with #001058

Text Example


Text Example

White with #001058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001058; }

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

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

background-color css

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

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

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

border-color css

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

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

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