Html Css Color HEX #006574 Blue Lagoon

📋 copy color: '#006574'

red 0 ◦ green 101 ◦ blue 116

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

Shades of Blue Lagoon #006574

Tints of Blue Lagoon #006574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 0%
G = 46.54%
B = 53.46%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006574 (or 0x006574) is known color: Blue Lagoon. HEX triplet: 00, 65 and 74. RGB value is (0,101,116). Sum of RGB (Red+Green+Blue) = 0+101+116=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #006574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006574 is #FF9A8B. Grayscale: #484848. Windows color (decimal): -16751244 or 7628032. OLE color: 7628032.

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

Color convert

RGB 0 101 116 -
CMYK 1 0.13 0 0.55
HSL 187.76º 1% 0.23% -
HSV(B) 187.76º 1% 0.45% -
XYZ 7.81 10.57 18.15 -
YUV 72.51 152.54 76.28 -
System Red Green Blue C M Y K H S L
Decimal 0 101 116 1 0.13 0 0.55 187.76 1 0.23
Hex 0 65 74 64 D 0 37 BC 64 17
Octal 0 145 164 144 15 0 67 274 144 27
Binary 0 1100101 1110100 1100100 1101 0 110111 10111100 1100100 10111

Color Harmonies of #006574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006574

Black with #006574

Text Example


Text Example

White with #006574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006574; }

 p { color: rgb(0,101,116); }

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

background-color css

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

 a { background-color: rgb(0,101,116); }

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

border-color css

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

 span { border-color: rgb(0,101,116); }

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