Html Css Color HEX #005169 Blue Lagoon

📋 copy color: '#005169'

red 0 ◦ green 81 ◦ blue 105

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

Shades of Blue Lagoon #005169

Tints of Blue Lagoon #005169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 0%
G = 43.55%
B = 56.45%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#005169 (or 0x005169) is known color: Blue Lagoon. HEX triplet: 00, 51 and 69. RGB value is (0,81,105). Sum of RGB (Red+Green+Blue) = 0+81+105=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #005169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005169 is #FFAE96. Grayscale: #3B3B3B. Windows color (decimal): -16756375 or 6902016. OLE color: 6902016.

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

Color convert

RGB 0 81 105 -
CMYK 1 0.23 0 0.59
HSL 193.71º 1% 0.21% -
HSV(B) 193.71º 1% 0.41% -
XYZ 5.49 6.9 14.41 -
YUV 59.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 0 81 105 1 0.23 0 0.59 193.71 1 0.21
Hex 0 51 69 64 17 0 3B C2 64 15
Octal 0 121 151 144 27 0 73 302 144 25
Binary 0 1010001 1101001 1100100 10111 0 111011 11000010 1100100 10101

Color Harmonies of #005169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005169

Black with #005169

Text Example


Text Example

White with #005169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005169; }

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

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

background-color css

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

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

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

border-color css

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

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

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