Html Css Color HEX #0D677D Allports

📋 copy color: '#0D677D'

red 13 ◦ green 103 ◦ blue 125

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

Shades of Allports #0D677D

Tints of Allports #0D677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 5.39%
G = 42.74%
B = 51.87%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D677D (or 0x0D677D) is known color: Allports. HEX triplet: 0D, 67 and 7D. RGB value is (13,103,125). Sum of RGB (Red+Green+Blue) = 13+103+125=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D677D is #F29882. Grayscale: #4E4E4E. Windows color (decimal): -15898755 or 8218381. OLE color: 8218381.

HSL color Cylindrical-coordinate representation of color #0D677D: hue angle of 191.79º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D677D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 103 125 -
CMYK 0.90 0.18 0 0.51
HSL 191.79º 0.81% 0.27% -
HSV(B) 191.79º 0.9% 0.49% -
XYZ 8.72 11.27 21.12 -
YUV 78.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 13 103 125 0.90 0.18 0 0.51 191.79 0.81 0.27
Hex D 67 7D 5A 12 0 33 C0 51 1B
Octal 15 147 175 132 22 0 63 300 121 33
Binary 1101 1100111 1111101 1011010 10010 0 110011 11000000 1010001 11011

Color Harmonies of #0D677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D677D

Black with #0D677D

Text Example


Text Example

White with #0D677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,103,125); }

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

background-color css

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

 a { background-color: rgb(13,103,125); }

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

border-color css

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

 span { border-color: rgb(13,103,125); }

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