#00658b

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

Shades of Blue Lagoon #00658B

Tints of Blue Lagoon #00658B

Color information

#00658B (or 0x00658B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 65 and 8B. RGB value is (0,101,139). Sum of RGB (Red+Green+Blue) = 0+101+139=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #00658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00658B is #FF9A74. Grayscale: #4A4A4A. Windows color (decimal): -16751221 or 9135360. OLE color: 9135360.

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

Color convert

RGB0101139-
CMYK10.2700.45
HSL196.4º100%27.25%-
HSV(B)196.4º100%54.51%-
XYZ9.3111.1726.09-
YUV75.13164.0474.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 139 (54.69% from 255) = 57.92%
R=0%
G=42.08%
B=57.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal010113910.2700.45196.410027.25
Hex0658B641B02Dc4641b
Octal01452131443305530414433
Binary0110010110001011110010011011010110111000100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00658b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00658b; }

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

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

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

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

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

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

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

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