Html Css Color HEX #001857 Sapphire

📋 copy color: '#001857'

red 0 ◦ green 24 ◦ blue 87

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

Shades of Sapphire #001857

Tints of Sapphire #001857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 78.38%

R = 0%
G = 21.62%
B = 78.38%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001857 (or 0x001857) is known color: Sapphire. HEX triplet: 00, 18 and 57. RGB value is (0,24,87). Sum of RGB (Red+Green+Blue) = 0+24+87=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #001857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001857 is #FFE7A8. Grayscale: #171717. Windows color (decimal): -16770985 or 5707776. OLE color: 5707776.

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

Color convert

RGB 0 24 87 -
CMYK 1 0.72 0 0.66
HSL 223.45º 1% 0.17% -
HSV(B) 223.45º 1% 0.34% -
XYZ 2.05 1.34 9.17 -
YUV 24.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 0 24 87 1 0.72 0 0.66 223.45 1 0.17
Hex 0 18 57 64 48 0 42 DF 64 11
Octal 0 30 127 144 110 0 102 337 144 21
Binary 0 11000 1010111 1100100 1001000 0 1000010 11011111 1100100 10001

Color Harmonies of #001857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001857

Black with #001857

Text Example


Text Example

White with #001857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001857; }

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

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

background-color css

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

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

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

border-color css

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

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

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