Html Css Color HEX #0D295D Sapphire

📋 copy color: '#0D295D'

red 13 ◦ green 41 ◦ blue 93

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

Shades of Sapphire #0D295D

Tints of Sapphire #0D295D

RGB

 RED value IS 13 (5.47% from 255) = 8.84%

 GREEN value IS 41 (16.41% from 255) = 27.89%

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

R = 8.84%
G = 27.89%
B = 63.27%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D295D (or 0x0D295D) is known color: Sapphire. HEX triplet: 0D, 29 and 5D. RGB value is (13,41,93). Sum of RGB (Red+Green+Blue) = 13+41+93=147 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.84% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D295D is #F2D6A2. Grayscale: #262626. Windows color (decimal): -15914659 or 6105357. OLE color: 6105357.

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

Color convert

RGB 13 41 93 -
CMYK 0.86 0.56 0 0.64
HSL 219º 0.75% 0.21% -
HSV(B) 219º 0.86% 0.36% -
XYZ 2.93 2.46 10.68 -
YUV 38.56 158.72 109.77 -
System Red Green Blue C M Y K H S L
Decimal 13 41 93 0.86 0.56 0 0.64 219 0.75 0.21
Hex D 29 5D 56 38 0 40 DB 4B 15
Octal 15 51 135 126 70 0 100 333 113 25
Binary 1101 101001 1011101 1010110 111000 0 1000000 11011011 1001011 10101

Color Harmonies of #0D295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D295D

Black with #0D295D

Text Example


Text Example

White with #0D295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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