Html Css Color HEX #05698D Allports

📋 copy color: '#05698D'

red 5 ◦ green 105 ◦ blue 141

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

Shades of Allports #05698D

Tints of Allports #05698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

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

R = 1.99%
G = 41.83%
B = 56.18%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05698D (or 0x05698D) is known color: Allports. HEX triplet: 05, 69 and 8D. RGB value is (5,105,141). Sum of RGB (Red+Green+Blue) = 5+105+141=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #05698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05698D is #FA9672. Grayscale: #4E4E4E. Windows color (decimal): -16422515 or 9267461. OLE color: 9267461.

HSL color Cylindrical-coordinate representation of color #05698D: hue angle of 195.88º 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 #05698D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 105 141 -
CMYK 0.96 0.26 0 0.45
HSL 195.88º 0.93% 0.29% -
HSV(B) 195.88º 0.96% 0.55% -
XYZ 9.92 12.06 27 -
YUV 79.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 5 105 141 0.96 0.26 0 0.45 195.88 0.93 0.29
Hex 5 69 8D 60 1A 0 2D C4 5D 1D
Octal 5 151 215 140 32 0 55 304 135 35
Binary 101 1101001 10001101 1100000 11010 0 101101 11000100 1011101 11101

Color Harmonies of #05698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05698D

Black with #05698D

Text Example


Text Example

White with #05698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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