Html Css Color HEX #0D206B Sapphire

📋 copy color: '#0D206B'

red 13 ◦ green 32 ◦ blue 107

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

Shades of Sapphire #0D206B

Tints of Sapphire #0D206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 8.55%
G = 21.05%
B = 70.39%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D206B (or 0x0D206B) is known color: Sapphire. HEX triplet: 0D, 20 and 6B. RGB value is (13,32,107). Sum of RGB (Red+Green+Blue) = 13+32+107=152 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.55% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D206B is #F2DF94. Grayscale: #222222. Windows color (decimal): -15916949 or 7020557. OLE color: 7020557.

HSL color Cylindrical-coordinate representation of color #0D206B: hue angle of 227.87º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D206B is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 32 107 -
CMYK 0.88 0.70 0 0.58
HSL 227.87º 0.78% 0.24% -
HSV(B) 227.87º 0.88% 0.42% -
XYZ 3.34 2.18 14.15 -
YUV 34.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 13 32 107 0.88 0.70 0 0.58 227.87 0.78 0.24
Hex D 20 6B 58 46 0 3A E4 4E 18
Octal 15 40 153 130 106 0 72 344 116 30
Binary 1101 100000 1101011 1011000 1000110 0 111010 11100100 1001110 11000

Color Harmonies of #0D206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D206B

Black with #0D206B

Text Example


Text Example

White with #0D206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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