Html Css Color HEX #005168 Blue Lagoon

📋 copy color: '#005168'

red 0 ◦ green 81 ◦ blue 104

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

Shades of Blue Lagoon #005168

Tints of Blue Lagoon #005168

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 104 (41.02% from 255) = 56.22%

R = 0%
G = 43.78%
B = 56.22%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#005168 (or 0x005168) is known color: Blue Lagoon. HEX triplet: 00, 51 and 68. RGB value is (0,81,104). Sum of RGB (Red+Green+Blue) = 0+81+104=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #005168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005168 is #FFAE97. Grayscale: #3B3B3B. Windows color (decimal): -16756376 or 6836480. OLE color: 6836480.

HSL color Cylindrical-coordinate representation of color #005168: hue angle of 193.27º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005168 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 81 104 -
CMYK 1 0.22 0 0.59
HSL 193.27º 1% 0.2% -
HSV(B) 193.27º 1% 0.41% -
XYZ 5.44 6.88 14.14 -
YUV 59.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 0 81 104 1 0.22 0 0.59 193.27 1 0.2
Hex 0 51 68 64 16 0 3B C1 64 14
Octal 0 121 150 144 26 0 73 301 144 24
Binary 0 1010001 1101000 1100100 10110 0 111011 11000001 1100100 10100

Color Harmonies of #005168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005168

Black with #005168

Text Example


Text Example

White with #005168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005168; }

 p { color: rgb(0,81,104); }

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

background-color css

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

 a { background-color: rgb(0,81,104); }

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

border-color css

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

 span { border-color: rgb(0,81,104); }

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