Html Css Color HEX #0D204F Sapphire

📋 copy color: '#0D204F'

red 13 ◦ green 32 ◦ blue 79

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

Shades of Sapphire #0D204F

Tints of Sapphire #0D204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 63.71%

R = 10.48%
G = 25.81%
B = 63.71%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0D204F (or 0x0D204F) is known color: Sapphire. HEX triplet: 0D, 20 and 4F. RGB value is (13,32,79). Sum of RGB (Red+Green+Blue) = 13+32+79=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D204F is #F2DFB0. Grayscale: #1F1F1F. Windows color (decimal): -15916977 or 5185549. OLE color: 5185549.

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

Color convert

RGB 13 32 79 -
CMYK 0.84 0.59 0 0.69
HSL 222.73º 0.72% 0.18% -
HSV(B) 222.73º 0.84% 0.31% -
XYZ 2.09 1.68 7.61 -
YUV 31.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 13 32 79 0.84 0.59 0 0.69 222.73 0.72 0.18
Hex D 20 4F 54 3B 0 45 DF 48 12
Octal 15 40 117 124 73 0 105 337 110 22
Binary 1101 100000 1001111 1010100 111011 0 1000101 11011111 1001000 10010

Color Harmonies of #0D204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D204F

Black with #0D204F

Text Example


Text Example

White with #0D204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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