Html Css Color HEX #00618A Blue Lagoon

📋 copy color: '#00618A'

red 0 ◦ green 97 ◦ blue 138

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

Shades of Blue Lagoon #00618A

Tints of Blue Lagoon #00618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 0%
G = 41.28%
B = 58.72%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00618A (or 0x00618A) is known color: Blue Lagoon. HEX triplet: 00, 61 and 8A. RGB value is (0,97,138). Sum of RGB (Red+Green+Blue) = 0+97+138=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #00618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00618A is #FF9E75. Grayscale: #484848. Windows color (decimal): -16752246 or 9068800. OLE color: 9068800.

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

Color convert

RGB 0 97 138 -
CMYK 1 0.30 0 0.46
HSL 197.83º 1% 0.27% -
HSV(B) 197.83º 1% 0.54% -
XYZ 8.86 10.38 25.58 -
YUV 72.67 164.86 76.17 -
System Red Green Blue C M Y K H S L
Decimal 0 97 138 1 0.30 0 0.46 197.83 1 0.27
Hex 0 61 8A 64 1E 0 2E C6 64 1B
Octal 0 141 212 144 36 0 56 306 144 33
Binary 0 1100001 10001010 1100100 11110 0 101110 11000110 1100100 11011

Color Harmonies of #00618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00618A

Black with #00618A

Text Example


Text Example

White with #00618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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