Html Css Color HEX #0D1750 Sapphire

📋 copy color: '#0D1750'

red 13 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #0D1750

Tints of Sapphire #0D1750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

 BLUE value IS 80 (31.64% from 255) = 68.97%

R = 11.21%
G = 19.83%
B = 68.97%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D1750 (or 0x0D1750) is known color: Sapphire. HEX triplet: 0D, 17 and 50. RGB value is (13,23,80). Sum of RGB (Red+Green+Blue) = 13+23+80=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 80 (31.64% from 255 or 68.97% from 116); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1750 is #F2E8AF. Grayscale: #1A1A1A. Windows color (decimal): -15919280 or 5248781. OLE color: 5248781.

HSL color Cylindrical-coordinate representation of color #0D1750: hue angle of 231.04º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D1750 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 23 80 -
CMYK 0.84 0.71 0 0.69
HSL 231.04º 0.72% 0.18% -
HSV(B) 231.04º 0.84% 0.31% -
XYZ 1.92 1.28 7.73 -
YUV 26.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 13 23 80 0.84 0.71 0 0.69 231.04 0.72 0.18
Hex D 17 50 54 47 0 45 E7 48 12
Octal 15 27 120 124 107 0 105 347 110 22
Binary 1101 10111 1010000 1010100 1000111 0 1000101 11100111 1001000 10010

Color Harmonies of #0D1750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1750

Black with #0D1750

Text Example


Text Example

White with #0D1750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,80); }

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

background-color css

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

 a { background-color: rgb(13,23,80); }

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

border-color css

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

 span { border-color: rgb(13,23,80); }

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