Html Css Color HEX #0D6687 Allports

📋 copy color: '#0D6687'

red 13 ◦ green 102 ◦ blue 135

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

Shades of Allports #0D6687

Tints of Allports #0D6687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54%

R = 5.2%
G = 40.8%
B = 54%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D6687 (or 0x0D6687) is known color: Allports. HEX triplet: 0D, 66 and 87. RGB value is (13,102,135). Sum of RGB (Red+Green+Blue) = 13+102+135=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D6687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6687 is #F29978. Grayscale: #4E4E4E. Windows color (decimal): -15899001 or 8873485. OLE color: 8873485.

HSL color Cylindrical-coordinate representation of color #0D6687: hue angle of 196.23º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D6687 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 102 135 -
CMYK 0.90 0.24 0 0.47
HSL 196.23º 0.82% 0.29% -
HSV(B) 196.23º 0.9% 0.53% -
XYZ 9.29 11.34 24.62 -
YUV 79.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 13 102 135 0.90 0.24 0 0.47 196.23 0.82 0.29
Hex D 66 87 5A 18 0 2F C4 52 1D
Octal 15 146 207 132 30 0 57 304 122 35
Binary 1101 1100110 10000111 1011010 11000 0 101111 11000100 1010010 11101

Color Harmonies of #0D6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6687

Black with #0D6687

Text Example


Text Example

White with #0D6687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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