Html Css Color HEX #00628B Blue Lagoon

📋 copy color: '#00628B'

red 0 ◦ green 98 ◦ blue 139

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

Shades of Blue Lagoon #00628B

Tints of Blue Lagoon #00628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 0%
G = 41.35%
B = 58.65%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00628B (or 0x00628B) is known color: Blue Lagoon. HEX triplet: 00, 62 and 8B. RGB value is (0,98,139). Sum of RGB (Red+Green+Blue) = 0+98+139=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #00628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00628B is #FF9D74. Grayscale: #494949. Windows color (decimal): -16751989 or 9134592. OLE color: 9134592.

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

Color convert

RGB 0 98 139 -
CMYK 1 0.29 0 0.45
HSL 197.7º 1% 0.27% -
HSV(B) 197.7º 1% 0.55% -
XYZ 9.03 10.6 26 -
YUV 73.37 165.03 75.67 -
System Red Green Blue C M Y K H S L
Decimal 0 98 139 1 0.29 0 0.45 197.7 1 0.27
Hex 0 62 8B 64 1D 0 2D C6 64 1B
Octal 0 142 213 144 35 0 55 306 144 33
Binary 0 1100010 10001011 1100100 11101 0 101101 11000110 1100100 11011

Color Harmonies of #00628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00628B

Black with #00628B

Text Example


Text Example

White with #00628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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