Html Css Color HEX #006184 Blue Lagoon

📋 copy color: '#006184'

red 0 ◦ green 97 ◦ blue 132

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

Shades of Blue Lagoon #006184

Tints of Blue Lagoon #006184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

 BLUE value IS 132 (51.95% from 255) = 57.64%

R = 0%
G = 42.36%
B = 57.64%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006184 (or 0x006184) is known color: Blue Lagoon. HEX triplet: 00, 61 and 84. RGB value is (0,97,132). Sum of RGB (Red+Green+Blue) = 0+97+132=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #006184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006184 is #FF9E7B. Grayscale: #474747. Windows color (decimal): -16752252 or 8675584. OLE color: 8675584.

HSL color Cylindrical-coordinate representation of color #006184: hue angle of 195.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006184 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 97 132 -
CMYK 1 0.27 0 0.48
HSL 195.91º 1% 0.26% -
HSV(B) 195.91º 1% 0.52% -
XYZ 8.44 10.22 23.36 -
YUV 71.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 0 97 132 1 0.27 0 0.48 195.91 1 0.26
Hex 0 61 84 64 1B 0 30 C4 64 1A
Octal 0 141 204 144 33 0 60 304 144 32
Binary 0 1100001 10000100 1100100 11011 0 110000 11000100 1100100 11010

Color Harmonies of #006184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006184

Black with #006184

Text Example


Text Example

White with #006184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006184; }

 p { color: rgb(0,97,132); }

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

background-color css

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

 a { background-color: rgb(0,97,132); }

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

border-color css

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

 span { border-color: rgb(0,97,132); }

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