Html Css Color HEX #0D638D Allports

📋 copy color: '#0D638D'

red 13 ◦ green 99 ◦ blue 141

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

Shades of Allports #0D638D

Tints of Allports #0D638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 5.14%
G = 39.13%
B = 55.73%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D638D (or 0x0D638D) is known color: Allports. HEX triplet: 0D, 63 and 8D. RGB value is (13,99,141). Sum of RGB (Red+Green+Blue) = 13+99+141=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D638D is #F29C72. Grayscale: #4D4D4D. Windows color (decimal): -15899763 or 9265933. OLE color: 9265933.

HSL color Cylindrical-coordinate representation of color #0D638D: hue angle of 199.69º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D638D is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 99 141 -
CMYK 0.91 0.30 0 0.45
HSL 199.69º 0.83% 0.3% -
HSV(B) 199.69º 0.91% 0.55% -
XYZ 9.44 10.93 26.81 -
YUV 78.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 13 99 141 0.91 0.30 0 0.45 199.69 0.83 0.3
Hex D 63 8D 5B 1E 0 2D C8 53 1E
Octal 15 143 215 133 36 0 55 310 123 36
Binary 1101 1100011 10001101 1011011 11110 0 101101 11001000 1010011 11110

Color Harmonies of #0D638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D638D

Black with #0D638D

Text Example


Text Example

White with #0D638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,99,141); }

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

background-color css

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

 a { background-color: rgb(13,99,141); }

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

border-color css

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

 span { border-color: rgb(13,99,141); }

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