Html Css Color HEX #0D2078 Sapphire

📋 copy color: '#0D2078'

red 13 ◦ green 32 ◦ blue 120

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

Shades of Sapphire #0D2078

Tints of Sapphire #0D2078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 72.73%

R = 7.88%
G = 19.39%
B = 72.73%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0D2078 (or 0x0D2078) is known color: Sapphire. HEX triplet: 0D, 20 and 78. RGB value is (13,32,120). Sum of RGB (Red+Green+Blue) = 13+32+120=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D2078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2078 is #F2DF87. Grayscale: #232323. Windows color (decimal): -15916936 or 7872525. OLE color: 7872525.

HSL color Cylindrical-coordinate representation of color #0D2078: hue angle of 229.35º degrees, saturation: 0.8, 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 #0D2078 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 13 32 120 -
CMYK 0.89 0.73 0 0.53
HSL 229.35º 0.8% 0.26% -
HSV(B) 229.35º 0.89% 0.47% -
XYZ 4.07 2.47 18.03 -
YUV 36.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 13 32 120 0.89 0.73 0 0.53 229.35 0.8 0.26
Hex D 20 78 59 49 0 35 E5 50 1A
Octal 15 40 170 131 111 0 65 345 120 32
Binary 1101 100000 1111000 1011001 1001001 0 110101 11100101 1010000 11010

Color Harmonies of #0D2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2078

Black with #0D2078

Text Example


Text Example

White with #0D2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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