Html Css Color HEX #05638A Allports

📋 copy color: '#05638A'

red 5 ◦ green 99 ◦ blue 138

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

Shades of Allports #05638A

Tints of Allports #05638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.02%

R = 2.07%
G = 40.91%
B = 57.02%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#05638A (or 0x05638A) is known color: Allports. HEX triplet: 05, 63 and 8A. RGB value is (5,99,138). Sum of RGB (Red+Green+Blue) = 5+99+138=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #05638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05638A is #FA9C75. Grayscale: #4B4B4B. Windows color (decimal): -16424054 or 9069317. OLE color: 9069317.

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

Color convert

RGB 5 99 138 -
CMYK 0.96 0.28 0 0.46
HSL 197.59º 0.93% 0.28% -
HSV(B) 197.59º 0.96% 0.54% -
XYZ 9.11 10.79 25.65 -
YUV 75.34 163.36 77.83 -
System Red Green Blue C M Y K H S L
Decimal 5 99 138 0.96 0.28 0 0.46 197.59 0.93 0.28
Hex 5 63 8A 60 1C 0 2E C6 5D 1C
Octal 5 143 212 140 34 0 56 306 135 34
Binary 101 1100011 10001010 1100000 11100 0 101110 11000110 1011101 11100

Color Harmonies of #05638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05638A

Black with #05638A

Text Example


Text Example

White with #05638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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