Html Css Color HEX #0B697D Blue Lagoon

📋 copy color: '#0B697D'

red 11 ◦ green 105 ◦ blue 125

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

Shades of Blue Lagoon #0B697D

Tints of Blue Lagoon #0B697D

RGB

 RED value IS 11 (4.69% from 255) = 4.56%

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

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 4.56%
G = 43.57%
B = 51.87%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B697D (or 0x0B697D) is known color: Blue Lagoon. HEX triplet: 0B, 69 and 7D. RGB value is (11,105,125). Sum of RGB (Red+Green+Blue) = 11+105+125=241 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.56% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B697D is #F49682. Grayscale: #4F4F4F. Windows color (decimal): -16029315 or 8218891. OLE color: 8218891.

HSL color Cylindrical-coordinate representation of color #0B697D: hue angle of 190.53º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B697D is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 105 125 -
CMYK 0.91 0.16 0 0.51
HSL 190.53º 0.84% 0.27% -
HSV(B) 190.53º 0.91% 0.49% -
XYZ 8.89 11.65 21.18 -
YUV 79.17 153.86 79.37 -
System Red Green Blue C M Y K H S L
Decimal 11 105 125 0.91 0.16 0 0.51 190.53 0.84 0.27
Hex B 69 7D 5B 10 0 33 BF 54 1B
Octal 13 151 175 133 20 0 63 277 124 33
Binary 1011 1101001 1111101 1011011 10000 0 110011 10111111 1010100 11011

Color Harmonies of #0B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B697D

Black with #0B697D

Text Example


Text Example

White with #0B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B697D; }

 p { color: rgb(11,105,125); }

 H1.HeaderClassName
 {
   color: #0B697D;
 }
 .AnyTagClassName
 {
   color: #0B697D;
 }
</style>

background-color css

<style>
 a { background-color: #0B697D; }

 a { background-color: rgb(11,105,125); }

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

border-color css

<style>
 span { border-color: #0B697D; }

 span { border-color: rgb(11,105,125); }

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