#006278

Color #006278 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006278

Tints of Blue Lagoon #006278

Color information

#006278 (or 0x006278) is unknown color: approx Blue Lagoon. HEX triplet: 00, 62 and 78. RGB value is (0,98,120). Sum of RGB (Red+Green+Blue) = 0+98+120=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #006278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006278 is #FF9D87. Grayscale: #474747. Windows color (decimal): -16752008 or 7889408. OLE color: 7889408.

HSL color Cylindrical-coordinate representation of color #006278: hue angle of 191º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006278 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB098120-
CMYK10.1800.53
HSL191º100%23.53%-
HSV(B)191º100%47.06%-
XYZ7.7610.0919.31-
YUV71.21155.5377.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=0%
G=44.95%
B=55.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal09812010.1800.5319110023.53
Hex062786412035bf6418
Octal01421701442206527714430
Binary011000101111000110010010010011010110111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006278; }

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

 H1.HeaderClassName
 {
   color: #006278;
 }
 .AnyTagClassName
 {
   color: #006278;
 }
</style>
background-color css

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

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

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

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

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

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