Html Css Color HEX #0D2050 Sapphire

📋 copy color: '#0D2050'

red 13 ◦ green 32 ◦ blue 80

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

Shades of Sapphire #0D2050

Tints of Sapphire #0D2050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 10.4%
G = 25.6%
B = 64%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D2050 (or 0x0D2050) is known color: Sapphire. HEX triplet: 0D, 20 and 50. RGB value is (13,32,80). Sum of RGB (Red+Green+Blue) = 13+32+80=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D2050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2050 is #F2DFAF. Grayscale: #1F1F1F. Windows color (decimal): -15916976 or 5251085. OLE color: 5251085.

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

Color convert

RGB 13 32 80 -
CMYK 0.84 0.60 0 0.69
HSL 222.99º 0.72% 0.18% -
HSV(B) 222.99º 0.84% 0.31% -
XYZ 2.13 1.7 7.8 -
YUV 31.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 13 32 80 0.84 0.60 0 0.69 222.99 0.72 0.18
Hex D 20 50 54 3C 0 45 DF 48 12
Octal 15 40 120 124 74 0 105 337 110 22
Binary 1101 100000 1010000 1010100 111100 0 1000101 11011111 1001000 10010

Color Harmonies of #0D2050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2050

Black with #0D2050

Text Example


Text Example

White with #0D2050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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