Html Css Color HEX #001858 Sapphire

📋 copy color: '#001858'

red 0 ◦ green 24 ◦ blue 88

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

Shades of Sapphire #001858

Tints of Sapphire #001858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

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

R = 0%
G = 21.43%
B = 78.57%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001858 (or 0x001858) is known color: Sapphire. HEX triplet: 00, 18 and 58. RGB value is (0,24,88). Sum of RGB (Red+Green+Blue) = 0+24+88=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #001858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001858 is #FFE7A7. Grayscale: #171717. Windows color (decimal): -16770984 or 5773312. OLE color: 5773312.

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

Color convert

RGB 0 24 88 -
CMYK 1 0.73 0 0.65
HSL 223.64º 1% 0.17% -
HSV(B) 223.64º 1% 0.35% -
XYZ 2.09 1.36 9.38 -
YUV 24.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 0 24 88 1 0.73 0 0.65 223.64 1 0.17
Hex 0 18 58 64 49 0 41 E0 64 11
Octal 0 30 130 144 111 0 101 340 144 21
Binary 0 11000 1011000 1100100 1001001 0 1000001 11100000 1100100 10001

Color Harmonies of #001858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001858

Black with #001858

Text Example


Text Example

White with #001858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001858; }

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

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

background-color css

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

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

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

border-color css

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

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

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