Html Css Color HEX #0D296F Sapphire

📋 copy color: '#0D296F'

red 13 ◦ green 41 ◦ blue 111

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

Shades of Sapphire #0D296F

Tints of Sapphire #0D296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 7.88%
G = 24.85%
B = 67.27%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D296F (or 0x0D296F) is known color: Sapphire. HEX triplet: 0D, 29 and 6F. RGB value is (13,41,111). Sum of RGB (Red+Green+Blue) = 13+41+111=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D296F is #F2D690. Grayscale: #282828. Windows color (decimal): -15914641 or 7285005. OLE color: 7285005.

HSL color Cylindrical-coordinate representation of color #0D296F: hue angle of 222.86º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D296F is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 41 111 -
CMYK 0.88 0.63 0 0.56
HSL 222.86º 0.79% 0.24% -
HSV(B) 222.86º 0.88% 0.44% -
XYZ 3.83 2.82 15.38 -
YUV 40.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 13 41 111 0.88 0.63 0 0.56 222.86 0.79 0.24
Hex D 29 6F 58 3F 0 38 DF 4F 18
Octal 15 51 157 130 77 0 70 337 117 30
Binary 1101 101001 1101111 1011000 111111 0 111000 11011111 1001111 11000

Color Harmonies of #0D296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D296F

Black with #0D296F

Text Example


Text Example

White with #0D296F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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