Html Css Color HEX #0B657D Blue Lagoon

📋 copy color: '#0B657D'

red 11 ◦ green 101 ◦ blue 125

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

Shades of Blue Lagoon #0B657D

Tints of Blue Lagoon #0B657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 4.64%
G = 42.62%
B = 52.74%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B657D (or 0x0B657D) is known color: Blue Lagoon. HEX triplet: 0B, 65 and 7D. RGB value is (11,101,125). Sum of RGB (Red+Green+Blue) = 11+101+125=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B657D is #F49A82. Grayscale: #4C4C4C. Windows color (decimal): -16030339 or 8217867. OLE color: 8217867.

HSL color Cylindrical-coordinate representation of color #0B657D: hue angle of 192.63º 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 #0B657D is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 101 125 -
CMYK 0.91 0.19 0 0.51
HSL 192.63º 0.84% 0.27% -
HSV(B) 192.63º 0.91% 0.49% -
XYZ 8.49 10.86 21.05 -
YUV 76.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 11 101 125 0.91 0.19 0 0.51 192.63 0.84 0.27
Hex B 65 7D 5B 13 0 33 C1 54 1B
Octal 13 145 175 133 23 0 63 301 124 33
Binary 1011 1100101 1111101 1011011 10011 0 110011 11000001 1010100 11011

Color Harmonies of #0B657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B657D

Black with #0B657D

Text Example


Text Example

White with #0B657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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