Html Css Color HEX #05668B Allports

📋 copy color: '#05668B'

red 5 ◦ green 102 ◦ blue 139

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

Shades of Allports #05668B

Tints of Allports #05668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.46%

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

R = 2.03%
G = 41.46%
B = 56.5%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05668B (or 0x05668B) is known color: Allports. HEX triplet: 05, 66 and 8B. RGB value is (5,102,139). Sum of RGB (Red+Green+Blue) = 5+102+139=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #05668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05668B is #FA9974. Grayscale: #4C4C4C. Windows color (decimal): -16423285 or 9135621. OLE color: 9135621.

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

Color convert

RGB 5 102 139 -
CMYK 0.96 0.27 0 0.45
HSL 196.57º 0.93% 0.28% -
HSV(B) 196.57º 0.96% 0.55% -
XYZ 9.47 11.4 26.13 -
YUV 77.22 162.86 76.49 -
System Red Green Blue C M Y K H S L
Decimal 5 102 139 0.96 0.27 0 0.45 196.57 0.93 0.28
Hex 5 66 8B 60 1B 0 2D C5 5D 1C
Octal 5 146 213 140 33 0 55 305 135 34
Binary 101 1100110 10001011 1100000 11011 0 101101 11000101 1011101 11100

Color Harmonies of #05668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05668B

Black with #05668B

Text Example


Text Example

White with #05668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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