#00608A

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

Shades of Blue Lagoon #00608A

Tints of Blue Lagoon #00608A

Color information

#00608A (or 0x00608A) is unknown color: approx Blue Lagoon. HEX triplet: 00, 60 and 8A. RGB value is (0,96,138). Sum of RGB (Red+Green+Blue) = 0+96+138=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #00608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00608A is #FF9F75. Grayscale: #474747. Windows color (decimal): -16752502 or 9068544. OLE color: 9068544.

HSL color Cylindrical-coordinate representation of color #00608A: hue angle of 198.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00608A is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB096138-
CMYK10.3000.46
HSL198.26º100%27.06%-
HSV(B)198.26º100%54.12%-
XYZ8.7710.225.55-
YUV72.08165.276.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=0%
G=41.03%
B=58.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal09613810.3000.46198.2610027.06
Hex0608A641E02Ec6641b
Octal01402121443605630614433
Binary0110000010001010110010011110010111011000110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00608A; }

 p { color: rgb(0,96,138); }

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

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

 a { background-color: rgb(0,96,138); }

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

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

 span { border-color: rgb(0,96,138); }

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