Html Css Color HEX #000D5D Sapphire

📋 copy color: '#000D5D'

red 0 ◦ green 13 ◦ blue 93

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

Shades of Sapphire #000D5D

Tints of Sapphire #000D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 87.74%

R = 0%
G = 12.26%
B = 87.74%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#000D5D (or 0x000D5D) is known color: Sapphire. HEX triplet: 00, 0D and 5D. RGB value is (0,13,93). Sum of RGB (Red+Green+Blue) = 0+13+93=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 93 (36.72% from 255 or 87.74% from 106); Max value from RGB is 93 - color contains mainly: blue. Hex color #000D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D5D is #FFF2A2. Grayscale: #111111. Windows color (decimal): -16773795 or 6098176. OLE color: 6098176.

HSL color Cylindrical-coordinate representation of color #000D5D: hue angle of 231.61º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D5D is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 13 93 -
CMYK 1 0.86 0 0.64
HSL 231.61º 1% 0.18% -
HSV(B) 231.61º 1% 0.36% -
XYZ 2.12 1.08 10.45 -
YUV 18.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 0 13 93 1 0.86 0 0.64 231.61 1 0.18
Hex 0 D 5D 64 56 0 40 E8 64 12
Octal 0 15 135 144 126 0 100 350 144 22
Binary 0 1101 1011101 1100100 1010110 0 1000000 11101000 1100100 10010

Color Harmonies of #000D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D5D

Black with #000D5D

Text Example


Text Example

White with #000D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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