Html Css Color HEX #0D2871 Sapphire

📋 copy color: '#0D2871'

red 13 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #0D2871

Tints of Sapphire #0D2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.1%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 7.83%
G = 24.1%
B = 68.07%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D2871 (or 0x0D2871) is known color: Sapphire. HEX triplet: 0D, 28 and 71. RGB value is (13,40,113). Sum of RGB (Red+Green+Blue) = 13+40+113=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D2871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2871 is #F2D78E. Grayscale: #272727. Windows color (decimal): -15914895 or 7415821. OLE color: 7415821.

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

Color convert

RGB 13 40 113 -
CMYK 0.88 0.65 0 0.56
HSL 223.8º 0.79% 0.25% -
HSV(B) 223.8º 0.88% 0.44% -
XYZ 3.91 2.8 15.96 -
YUV 40.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 13 40 113 0.88 0.65 0 0.56 223.8 0.79 0.25
Hex D 28 71 58 41 0 38 E0 4F 19
Octal 15 50 161 130 101 0 70 340 117 31
Binary 1101 101000 1110001 1011000 1000001 0 111000 11100000 1001111 11001

Color Harmonies of #0D2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2871

Black with #0D2871

Text Example


Text Example

White with #0D2871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,40,113); }

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

background-color css

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

 a { background-color: rgb(13,40,113); }

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

border-color css

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

 span { border-color: rgb(13,40,113); }

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