Html Css Color HEX #0D6488 Allports

📋 copy color: '#0D6488'

red 13 ◦ green 100 ◦ blue 136

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

Shades of Allports #0D6488

Tints of Allports #0D6488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 5.22%
G = 40.16%
B = 54.62%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0D6488 (or 0x0D6488) is known color: Allports. HEX triplet: 0D, 64 and 88. RGB value is (13,100,136). Sum of RGB (Red+Green+Blue) = 13+100+136=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #0D6488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6488 is #F29B77. Grayscale: #4D4D4D. Windows color (decimal): -15899512 or 8938509. OLE color: 8938509.

HSL color Cylindrical-coordinate representation of color #0D6488: hue angle of 197.56º degrees, saturation: 0.83, 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 #0D6488 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 100 136 -
CMYK 0.90 0.26 0 0.47
HSL 197.56º 0.83% 0.29% -
HSV(B) 197.56º 0.9% 0.53% -
XYZ 9.17 10.98 24.93 -
YUV 78.09 160.68 81.57 -
System Red Green Blue C M Y K H S L
Decimal 13 100 136 0.90 0.26 0 0.47 197.56 0.83 0.29
Hex D 64 88 5A 1A 0 2F C6 53 1D
Octal 15 144 210 132 32 0 57 306 123 35
Binary 1101 1100100 10001000 1011010 11010 0 101111 11000110 1010011 11101

Color Harmonies of #0D6488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6488

Black with #0D6488

Text Example


Text Example

White with #0D6488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,100,136); }

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

background-color css

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

 a { background-color: rgb(13,100,136); }

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

border-color css

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

 span { border-color: rgb(13,100,136); }

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