Html Css Color HEX #006273 Blue Lagoon

📋 copy color: '#006273'

red 0 ◦ green 98 ◦ blue 115

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

Shades of Blue Lagoon #006273

Tints of Blue Lagoon #006273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 0%
G = 46.01%
B = 53.99%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006273 (or 0x006273) is known color: Blue Lagoon. HEX triplet: 00, 62 and 73. RGB value is (0,98,115). Sum of RGB (Red+Green+Blue) = 0+98+115=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #006273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006273 is #FF9D8C. Grayscale: #464646. Windows color (decimal): -16752013 or 7561728. OLE color: 7561728.

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

Color convert

RGB 0 98 115 -
CMYK 1 0.15 0 0.55
HSL 188.87º 1% 0.23% -
HSV(B) 188.87º 1% 0.45% -
XYZ 7.46 9.97 17.75 -
YUV 70.64 153.03 77.62 -
System Red Green Blue C M Y K H S L
Decimal 0 98 115 1 0.15 0 0.55 188.87 1 0.23
Hex 0 62 73 64 F 0 37 BD 64 17
Octal 0 142 163 144 17 0 67 275 144 27
Binary 0 1100010 1110011 1100100 1111 0 110111 10111101 1100100 10111

Color Harmonies of #006273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006273

Black with #006273

Text Example


Text Example

White with #006273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006273; }

 p { color: rgb(0,98,115); }

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

background-color css

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

 a { background-color: rgb(0,98,115); }

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

border-color css

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

 span { border-color: rgb(0,98,115); }

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