Html Css Color HEX #05638B Allports

📋 copy color: '#05638B'

red 5 ◦ green 99 ◦ blue 139

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

Shades of Allports #05638B

Tints of Allports #05638B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 2.06%
G = 40.74%
B = 57.2%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05638B (or 0x05638B) is known color: Allports. HEX triplet: 05, 63 and 8B. RGB value is (5,99,139). Sum of RGB (Red+Green+Blue) = 5+99+139=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #05638B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05638B is #FA9C74. Grayscale: #4B4B4B. Windows color (decimal): -16424053 or 9134853. OLE color: 9134853.

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

Color convert

RGB 5 99 139 -
CMYK 0.96 0.29 0 0.45
HSL 197.91º 0.93% 0.28% -
HSV(B) 197.91º 0.96% 0.55% -
XYZ 9.18 10.82 26.03 -
YUV 75.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 5 99 139 0.96 0.29 0 0.45 197.91 0.93 0.28
Hex 5 63 8B 60 1D 0 2D C6 5D 1C
Octal 5 143 213 140 35 0 55 306 135 34
Binary 101 1100011 10001011 1100000 11101 0 101101 11000110 1011101 11100

Color Harmonies of #05638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05638B

Black with #05638B

Text Example


Text Example

White with #05638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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