Html Css Color HEX #0D317C Sapphire

📋 copy color: '#0D317C'

red 13 ◦ green 49 ◦ blue 124

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

Shades of Sapphire #0D317C

Tints of Sapphire #0D317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.34%

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 6.99%
G = 26.34%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D317C (or 0x0D317C) is known color: Sapphire. HEX triplet: 0D, 31 and 7C. RGB value is (13,49,124). Sum of RGB (Red+Green+Blue) = 13+49+124=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D317C is #F2CE83. Grayscale: #2E2E2E. Windows color (decimal): -15912580 or 8139021. OLE color: 8139021.

HSL color Cylindrical-coordinate representation of color #0D317C: hue angle of 220.54º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D317C is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 49 124 -
CMYK 0.90 0.60 0 0.51
HSL 220.54º 0.81% 0.27% -
HSV(B) 220.54º 0.9% 0.49% -
XYZ 4.9 3.74 19.53 -
YUV 46.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 13 49 124 0.90 0.60 0 0.51 220.54 0.81 0.27
Hex D 31 7C 5A 3C 0 33 DD 51 1B
Octal 15 61 174 132 74 0 63 335 121 33
Binary 1101 110001 1111100 1011010 111100 0 110011 11011101 1010001 11011

Color Harmonies of #0D317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D317C

Black with #0D317C

Text Example


Text Example

White with #0D317C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,49,124); }

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

background-color css

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

 a { background-color: rgb(13,49,124); }

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

border-color css

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

 span { border-color: rgb(13,49,124); }

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