Html Css Color HEX #005268 Blue Lagoon

📋 copy color: '#005268'

red 0 ◦ green 82 ◦ blue 104

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

Shades of Blue Lagoon #005268

Tints of Blue Lagoon #005268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.09%

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

R = 0%
G = 44.09%
B = 55.91%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#005268 (or 0x005268) is known color: Blue Lagoon. HEX triplet: 00, 52 and 68. RGB value is (0,82,104). Sum of RGB (Red+Green+Blue) = 0+82+104=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #005268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005268 is #FFAD97. Grayscale: #3B3B3B. Windows color (decimal): -16756120 or 6836736. OLE color: 6836736.

HSL color Cylindrical-coordinate representation of color #005268: hue angle of 192.69º 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 #005268 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 82 104 -
CMYK 1 0.21 0 0.59
HSL 192.69º 1% 0.2% -
HSV(B) 192.69º 1% 0.41% -
XYZ 5.52 7.03 14.16 -
YUV 59.99 152.83 85.21 -
System Red Green Blue C M Y K H S L
Decimal 0 82 104 1 0.21 0 0.59 192.69 1 0.2
Hex 0 52 68 64 15 0 3B C1 64 14
Octal 0 122 150 144 25 0 73 301 144 24
Binary 0 1010010 1101000 1100100 10101 0 111011 11000001 1100100 10100

Color Harmonies of #005268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005268

Black with #005268

Text Example


Text Example

White with #005268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005268; }

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

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

background-color css

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

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

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

border-color css

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

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

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