Html Css Color HEX #00618B Blue Lagoon

📋 copy color: '#00618B'

red 0 ◦ green 97 ◦ blue 139

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

Shades of Blue Lagoon #00618B

Tints of Blue Lagoon #00618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 139 (54.69% from 255) = 58.9%

R = 0%
G = 41.1%
B = 58.9%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00618B (or 0x00618B) is known color: Blue Lagoon. HEX triplet: 00, 61 and 8B. RGB value is (0,97,139). Sum of RGB (Red+Green+Blue) = 0+97+139=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #00618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00618B is #FF9E74. Grayscale: #484848. Windows color (decimal): -16752245 or 9134336. OLE color: 9134336.

HSL color Cylindrical-coordinate representation of color #00618B: hue angle of 198.13º 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 #00618B is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 97 139 -
CMYK 1 0.30 0 0.45
HSL 198.13º 1% 0.27% -
HSV(B) 198.13º 1% 0.55% -
XYZ 8.93 10.41 25.97 -
YUV 72.79 165.36 76.08 -
System Red Green Blue C M Y K H S L
Decimal 0 97 139 1 0.30 0 0.45 198.13 1 0.27
Hex 0 61 8B 64 1E 0 2D C6 64 1B
Octal 0 141 213 144 36 0 55 306 144 33
Binary 0 1100001 10001011 1100100 11110 0 101101 11000110 1100100 11011

Color Harmonies of #00618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00618B

Black with #00618B

Text Example


Text Example

White with #00618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00618B; }

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

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

background-color css

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

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

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

border-color css

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

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

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