Html Css Color HEX #000D57 Sapphire

📋 copy color: '#000D57'

red 0 ◦ green 13 ◦ blue 87

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

Shades of Sapphire #000D57

Tints of Sapphire #000D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13%

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

R = 0%
G = 13%
B = 87%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#000D57 (or 0x000D57) is known color: Sapphire. HEX triplet: 00, 0D and 57. RGB value is (0,13,87). Sum of RGB (Red+Green+Blue) = 0+13+87=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 87 (34.38% from 255 or 87% from 100); Max value from RGB is 87 - color contains mainly: blue. Hex color #000D57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D57 is #FFF2A8. Grayscale: #111111. Windows color (decimal): -16773801 or 5704960. OLE color: 5704960.

HSL color Cylindrical-coordinate representation of color #000D57: hue angle of 231.03º 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 #000D57 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 13 87 -
CMYK 1 0.85 0 0.66
HSL 231.03º 1% 0.17% -
HSV(B) 231.03º 1% 0.34% -
XYZ 1.86 0.98 9.11 -
YUV 17.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 0 13 87 1 0.85 0 0.66 231.03 1 0.17
Hex 0 D 57 64 55 0 42 E7 64 11
Octal 0 15 127 144 125 0 102 347 144 21
Binary 0 1101 1010111 1100100 1010101 0 1000010 11100111 1100100 10001

Color Harmonies of #000D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D57

Black with #000D57

Text Example


Text Example

White with #000D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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