Html Css Color HEX #001158 Sapphire

📋 copy color: '#001158'

red 0 ◦ green 17 ◦ blue 88

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

Shades of Sapphire #001158

Tints of Sapphire #001158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 0%
G = 16.19%
B = 83.81%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001158 (or 0x001158) is known color: Sapphire. HEX triplet: 00, 11 and 58. RGB value is (0,17,88). Sum of RGB (Red+Green+Blue) = 0+17+88=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 88 (34.77% from 255 or 83.81% from 105); Max value from RGB is 88 - color contains mainly: blue. Hex color #001158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001158 is #FFEEA7. Grayscale: #131313. Windows color (decimal): -16772776 or 5771520. OLE color: 5771520.

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

Color convert

RGB 0 17 88 -
CMYK 1 0.81 0 0.65
HSL 228.41º 1% 0.17% -
HSV(B) 228.41º 1% 0.35% -
XYZ 1.96 1.11 9.34 -
YUV 20.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 0 17 88 1 0.81 0 0.65 228.41 1 0.17
Hex 0 11 58 64 51 0 41 E4 64 11
Octal 0 21 130 144 121 0 101 344 144 21
Binary 0 10001 1011000 1100100 1010001 0 1000001 11100100 1100100 10001

Color Harmonies of #001158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001158

Black with #001158

Text Example


Text Example

White with #001158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001158; }

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

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

background-color css

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

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

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

border-color css

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

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

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