Html Css Color HEX #01698B Blue Lagoon

📋 copy color: '#01698B'

red 1 ◦ green 105 ◦ blue 139

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

Shades of Blue Lagoon #01698B

Tints of Blue Lagoon #01698B

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

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

R = 0.41%
G = 42.86%
B = 56.73%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01698B (or 0x01698B) is known color: Blue Lagoon. HEX triplet: 01, 69 and 8B. RGB value is (1,105,139). Sum of RGB (Red+Green+Blue) = 1+105+139=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #01698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01698B is #FE9674. Grayscale: #4D4D4D. Windows color (decimal): -16684661 or 9136385. OLE color: 9136385.

HSL color Cylindrical-coordinate representation of color #01698B: hue angle of 194.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01698B is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 105 139 -
CMYK 0.99 0.24 0 0.45
HSL 194.78º 0.99% 0.27% -
HSV(B) 194.78º 0.99% 0.55% -
XYZ 9.72 11.97 26.22 -
YUV 77.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 1 105 139 0.99 0.24 0 0.45 194.78 0.99 0.27
Hex 1 69 8B 63 18 0 2D C3 63 1B
Octal 1 151 213 143 30 0 55 303 143 33
Binary 1 1101001 10001011 1100011 11000 0 101101 11000011 1100011 11011

Color Harmonies of #01698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01698B

Black with #01698B

Text Example


Text Example

White with #01698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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