Html Css Color HEX #0D1C50 Sapphire

📋 copy color: '#0D1C50'

red 13 ◦ green 28 ◦ blue 80

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

Shades of Sapphire #0D1C50

Tints of Sapphire #0D1C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

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

R = 10.74%
G = 23.14%
B = 66.12%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D1C50 (or 0x0D1C50) is known color: Sapphire. HEX triplet: 0D, 1C and 50. RGB value is (13,28,80). Sum of RGB (Red+Green+Blue) = 13+28+80=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D1C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1C50 is #F2E3AF. Grayscale: #1D1D1D. Windows color (decimal): -15918000 or 5250061. OLE color: 5250061.

HSL color Cylindrical-coordinate representation of color #0D1C50: hue angle of 226.57º 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 #0D1C50 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 13 28 80 -
CMYK 0.84 0.65 0 0.69
HSL 226.57º 0.72% 0.18% -
HSV(B) 226.57º 0.84% 0.31% -
XYZ 2.03 1.5 7.77 -
YUV 29.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 13 28 80 0.84 0.65 0 0.69 226.57 0.72 0.18
Hex D 1C 50 54 41 0 45 E3 48 12
Octal 15 34 120 124 101 0 105 343 110 22
Binary 1101 11100 1010000 1010100 1000001 0 1000101 11100011 1001000 10010

Color Harmonies of #0D1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1C50

Black with #0D1C50

Text Example


Text Example

White with #0D1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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