Html Css Color HEX #00698B Blue Lagoon

📋 copy color: '#00698B'

red 0 ◦ green 105 ◦ blue 139

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

Shades of Blue Lagoon #00698B

Tints of Blue Lagoon #00698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

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

R = 0%
G = 43.03%
B = 56.97%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00698B (or 0x00698B) is known color: Blue Lagoon. HEX triplet: 00, 69 and 8B. RGB value is (0,105,139). Sum of RGB (Red+Green+Blue) = 0+105+139=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #00698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00698B is #FF9674. Grayscale: #4D4D4D. Windows color (decimal): -16750197 or 9136384. OLE color: 9136384.

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

Color convert

RGB 0 105 139 -
CMYK 1 0.24 0 0.45
HSL 194.68º 1% 0.27% -
HSV(B) 194.68º 1% 0.55% -
XYZ 9.71 11.97 26.22 -
YUV 77.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 0 105 139 1 0.24 0 0.45 194.68 1 0.27
Hex 0 69 8B 64 18 0 2D C3 64 1B
Octal 0 151 213 144 30 0 55 303 144 33
Binary 0 1101001 10001011 1100100 11000 0 101101 11000011 1100100 11011

Color Harmonies of #00698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00698B

Black with #00698B

Text Example


Text Example

White with #00698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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