Html Css Color HEX #05638D Allports

📋 copy color: '#05638D'

red 5 ◦ green 99 ◦ blue 141

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

Shades of Allports #05638D

Tints of Allports #05638D

RGB

 RED value IS 5 (2.34% from 255) = 2.04%

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

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

R = 2.04%
G = 40.41%
B = 57.55%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05638D (or 0x05638D) is known color: Allports. HEX triplet: 05, 63 and 8D. RGB value is (5,99,141). Sum of RGB (Red+Green+Blue) = 5+99+141=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #05638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05638D is #FA9C72. Grayscale: #4B4B4B. Windows color (decimal): -16424051 or 9265925. OLE color: 9265925.

HSL color Cylindrical-coordinate representation of color #05638D: hue angle of 198.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05638D is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 99 141 -
CMYK 0.96 0.30 0 0.45
HSL 198.53º 0.93% 0.29% -
HSV(B) 198.53º 0.96% 0.55% -
XYZ 9.33 10.88 26.81 -
YUV 75.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 5 99 141 0.96 0.30 0 0.45 198.53 0.93 0.29
Hex 5 63 8D 60 1E 0 2D C7 5D 1D
Octal 5 143 215 140 36 0 55 307 135 35
Binary 101 1100011 10001101 1100000 11110 0 101101 11000111 1011101 11101

Color Harmonies of #05638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05638D

Black with #05638D

Text Example


Text Example

White with #05638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05638D; }

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

 H1.HeaderClassName
 {
   color: #05638D;
 }
 .AnyTagClassName
 {
   color: #05638D;
 }
</style>

background-color css

<style>
 a { background-color: #05638D; }

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

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

border-color css

<style>
 span { border-color: #05638D; }

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

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