Html Css Color HEX #05618F Allports

📋 copy color: '#05618F'

red 5 ◦ green 97 ◦ blue 143

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

Shades of Allports #05618F

Tints of Allports #05618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 143 (56.25% from 255) = 58.37%

R = 2.04%
G = 39.59%
B = 58.37%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#05618F (or 0x05618F) is known color: Allports. HEX triplet: 05, 61 and 8F. RGB value is (5,97,143). Sum of RGB (Red+Green+Blue) = 5+97+143=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #05618F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05618F is #FA9E70. Grayscale: #4A4A4A. Windows color (decimal): -16424561 or 9396485. OLE color: 9396485.

HSL color Cylindrical-coordinate representation of color #05618F: hue angle of 200º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05618F is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 97 143 -
CMYK 0.97 0.32 0 0.44
HSL 200º 0.93% 0.29% -
HSV(B) 200º 0.97% 0.56% -
XYZ 9.3 10.56 27.54 -
YUV 74.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 5 97 143 0.97 0.32 0 0.44 200 0.93 0.29
Hex 5 61 8F 61 20 0 2C C8 5D 1D
Octal 5 141 217 141 40 0 54 310 135 35
Binary 101 1100001 10001111 1100001 100000 0 101100 11001000 1011101 11101

Color Harmonies of #05618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05618F

Black with #05618F

Text Example


Text Example

White with #05618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05618F; }

 p { color: rgb(5,97,143); }

 H1.HeaderClassName
 {
   color: #05618F;
 }
 .AnyTagClassName
 {
   color: #05618F;
 }
</style>

background-color css

<style>
 a { background-color: #05618F; }

 a { background-color: rgb(5,97,143); }

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

border-color css

<style>
 span { border-color: #05618F; }

 span { border-color: rgb(5,97,143); }

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