Html Css Color HEX #0D6689 Allports

📋 copy color: '#0D6689'

red 13 ◦ green 102 ◦ blue 137

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

Shades of Allports #0D6689

Tints of Allports #0D6689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.37%

R = 5.16%
G = 40.48%
B = 54.37%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D6689 (or 0x0D6689) is known color: Allports. HEX triplet: 0D, 66 and 89. RGB value is (13,102,137). Sum of RGB (Red+Green+Blue) = 13+102+137=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D6689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6689 is #F29976. Grayscale: #4F4F4F. Windows color (decimal): -15898999 or 9004557. OLE color: 9004557.

HSL color Cylindrical-coordinate representation of color #0D6689: hue angle of 196.94º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6689 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 102 137 -
CMYK 0.91 0.26 0 0.46
HSL 196.94º 0.83% 0.29% -
HSV(B) 196.94º 0.91% 0.54% -
XYZ 9.43 11.39 25.37 -
YUV 79.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 13 102 137 0.91 0.26 0 0.46 196.94 0.83 0.29
Hex D 66 89 5B 1A 0 2E C5 53 1D
Octal 15 146 211 133 32 0 56 305 123 35
Binary 1101 1100110 10001001 1011011 11010 0 101110 11000101 1010011 11101

Color Harmonies of #0D6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6689

Black with #0D6689

Text Example


Text Example

White with #0D6689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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