Html Css Color HEX #001258 Sapphire

📋 copy color: '#001258'

red 0 ◦ green 18 ◦ blue 88

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

Shades of Sapphire #001258

Tints of Sapphire #001258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 0%
G = 16.98%
B = 83.02%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001258 (or 0x001258) is known color: Sapphire. HEX triplet: 00, 12 and 58. RGB value is (0,18,88). Sum of RGB (Red+Green+Blue) = 0+18+88=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 88 (34.77% from 255 or 83.02% from 106); Max value from RGB is 88 - color contains mainly: blue. Hex color #001258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001258 is #FFEDA7. Grayscale: #141414. Windows color (decimal): -16772520 or 5771776. OLE color: 5771776.

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

Color convert

RGB 0 18 88 -
CMYK 1 0.80 0 0.65
HSL 227.73º 1% 0.17% -
HSV(B) 227.73º 1% 0.35% -
XYZ 1.98 1.14 9.35 -
YUV 20.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 0 18 88 1 0.80 0 0.65 227.73 1 0.17
Hex 0 12 58 64 50 0 41 E4 64 11
Octal 0 22 130 144 120 0 101 344 144 21
Binary 0 10010 1011000 1100100 1010000 0 1000001 11100100 1100100 10001

Color Harmonies of #001258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001258

Black with #001258

Text Example


Text Example

White with #001258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001258; }

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

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

background-color css

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

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

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

border-color css

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

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

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