Html Css Color HEX #0B627B Blue Lagoon

📋 copy color: '#0B627B'

red 11 ◦ green 98 ◦ blue 123

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

Shades of Blue Lagoon #0B627B

Tints of Blue Lagoon #0B627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.02%

R = 4.74%
G = 42.24%
B = 53.02%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B627B (or 0x0B627B) is known color: Blue Lagoon. HEX triplet: 0B, 62 and 7B. RGB value is (11,98,123). Sum of RGB (Red+Green+Blue) = 11+98+123=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B627B is #F49D84. Grayscale: #4A4A4A. Windows color (decimal): -16031109 or 8086027. OLE color: 8086027.

HSL color Cylindrical-coordinate representation of color #0B627B: hue angle of 193.39º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B627B is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 98 123 -
CMYK 0.91 0.20 0 0.52
HSL 193.39º 0.84% 0.26% -
HSV(B) 193.39º 0.91% 0.48% -
XYZ 8.08 10.24 20.29 -
YUV 74.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 11 98 123 0.91 0.20 0 0.52 193.39 0.84 0.26
Hex B 62 7B 5B 14 0 34 C1 54 1A
Octal 13 142 173 133 24 0 64 301 124 32
Binary 1011 1100010 1111011 1011011 10100 0 110100 11000001 1010100 11010

Color Harmonies of #0B627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B627B

Black with #0B627B

Text Example


Text Example

White with #0B627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,98,123); }

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

background-color css

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

 a { background-color: rgb(11,98,123); }

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

border-color css

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

 span { border-color: rgb(11,98,123); }

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