Html Css Color HEX #0D2079 Sapphire

📋 copy color: '#0D2079'

red 13 ◦ green 32 ◦ blue 121

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

Shades of Sapphire #0D2079

Tints of Sapphire #0D2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 72.89%

R = 7.83%
G = 19.28%
B = 72.89%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D2079 (or 0x0D2079) is known color: Sapphire. HEX triplet: 0D, 20 and 79. RGB value is (13,32,121). Sum of RGB (Red+Green+Blue) = 13+32+121=166 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.83% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D2079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2079 is #F2DF86. Grayscale: #242424. Windows color (decimal): -15916935 or 7938061. OLE color: 7938061.

HSL color Cylindrical-coordinate representation of color #0D2079: hue angle of 229.44º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2079 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 32 121 -
CMYK 0.89 0.74 0 0.53
HSL 229.44º 0.81% 0.26% -
HSV(B) 229.44º 0.89% 0.47% -
XYZ 4.13 2.5 18.35 -
YUV 36.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 13 32 121 0.89 0.74 0 0.53 229.44 0.81 0.26
Hex D 20 79 59 4A 0 35 E5 51 1A
Octal 15 40 171 131 112 0 65 345 121 32
Binary 1101 100000 1111001 1011001 1001010 0 110101 11100101 1010001 11010

Color Harmonies of #0D2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2079

Black with #0D2079

Text Example


Text Example

White with #0D2079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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