Html Css Color HEX #0D6682 Allports

📋 copy color: '#0D6682'

red 13 ◦ green 102 ◦ blue 130

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

Shades of Allports #0D6682

Tints of Allports #0D6682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 130 (51.17% from 255) = 53.06%

R = 5.31%
G = 41.63%
B = 53.06%

CMYK

 C value IS 0.9

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D6682 (or 0x0D6682) is known color: Allports. HEX triplet: 0D, 66 and 82. RGB value is (13,102,130). Sum of RGB (Red+Green+Blue) = 13+102+130=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 130 (51.17% from 255 or 53.06% from 245); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D6682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6682 is #F2997D. Grayscale: #4E4E4E. Windows color (decimal): -15899006 or 8545805. OLE color: 8545805.

HSL color Cylindrical-coordinate representation of color #0D6682: hue angle of 194.36º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6682 is Cyan = 0.9, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 102 130 -
CMYK 0.9 0.22 0 0.49
HSL 194.36º 0.82% 0.28% -
HSV(B) 194.36º 0.9% 0.51% -
XYZ 8.95 11.2 22.81 -
YUV 78.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 13 102 130 0.9 0.22 0 0.49 194.36 0.82 0.28
Hex D 66 82 5A 16 0 31 C2 52 1C
Octal 15 146 202 132 26 0 61 302 122 34
Binary 1101 1100110 10000010 1011010 10110 0 110001 11000010 1010010 11100

Color Harmonies of #0D6682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6682

Black with #0D6682

Text Example


Text Example

White with #0D6682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,102,130); }

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

background-color css

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

 a { background-color: rgb(13,102,130); }

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

border-color css

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

 span { border-color: rgb(13,102,130); }

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