Html Css Color HEX #0D6589 Allports

📋 copy color: '#0D6589'

red 13 ◦ green 101 ◦ blue 137

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

Shades of Allports #0D6589

Tints of Allports #0D6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 5.18%
G = 40.24%
B = 54.58%

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

#0D6589 (or 0x0D6589) is known color: Allports. HEX triplet: 0D, 65 and 89. RGB value is (13,101,137). Sum of RGB (Red+Green+Blue) = 13+101+137=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D6589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6589 is #F29A76. Grayscale: #4E4E4E. Windows color (decimal): -15899255 or 9004301. OLE color: 9004301.

HSL color Cylindrical-coordinate representation of color #0D6589: hue angle of 197.42º 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 #0D6589 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 101 137 -
CMYK 0.91 0.26 0 0.46
HSL 197.42º 0.83% 0.29% -
HSV(B) 197.42º 0.91% 0.54% -
XYZ 9.34 11.2 25.34 -
YUV 78.79 160.85 81.07 -
System Red Green Blue C M Y K H S L
Decimal 13 101 137 0.91 0.26 0 0.46 197.42 0.83 0.29
Hex D 65 89 5B 1A 0 2E C5 53 1D
Octal 15 145 211 133 32 0 56 305 123 35
Binary 1101 1100101 10001001 1011011 11010 0 101110 11000101 1010011 11101

Color Harmonies of #0D6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6589

Black with #0D6589

Text Example


Text Example

White with #0D6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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