Html Css Color HEX #00658B Blue Lagoon

📋 copy color: '#00658B'

red 0 ◦ green 101 ◦ blue 139

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

Shades of Blue Lagoon #00658B

Tints of Blue Lagoon #00658B

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 value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00658B (or 0x00658B) is known color: 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

RGB 0 101 139 -
CMYK 1 0.27 0 0.45
HSL 196.4º 1% 0.27% -
HSV(B) 196.4º 1% 0.55% -
XYZ 9.31 11.17 26.09 -
YUV 75.13 164.04 74.41 -
System Red Green Blue C M Y K H S L
Decimal 0 101 139 1 0.27 0 0.45 196.4 1 0.27
Hex 0 65 8B 64 1B 0 2D C4 64 1B
Octal 0 145 213 144 33 0 55 304 144 33
Binary 0 1100101 10001011 1100100 11011 0 101101 11000100 1100100 11011

Color Harmonies of #00658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00658B

Black with #00658B

Text Example


Text Example

White with #00658B

Text Example


Text Example

HTML Codes & Css Web 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>