Html Css Color HEX #0B637C Blue Lagoon

📋 copy color: '#0B637C'

red 11 ◦ green 99 ◦ blue 124

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

Shades of Blue Lagoon #0B637C

Tints of Blue Lagoon #0B637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 4.7%
G = 42.31%
B = 52.99%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B637C (or 0x0B637C) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 7C. RGB value is (11,99,124). Sum of RGB (Red+Green+Blue) = 11+99+124=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B637C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B637C is #F49C83. Grayscale: #4B4B4B. Windows color (decimal): -16030852 or 8151819. OLE color: 8151819.

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

Color convert

RGB 11 99 124 -
CMYK 0.91 0.20 0 0.51
HSL 193.27º 0.84% 0.26% -
HSV(B) 193.27º 0.91% 0.49% -
XYZ 8.24 10.45 20.65 -
YUV 75.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 11 99 124 0.91 0.20 0 0.51 193.27 0.84 0.26
Hex B 63 7C 5B 14 0 33 C1 54 1A
Octal 13 143 174 133 24 0 63 301 124 32
Binary 1011 1100011 1111100 1011011 10100 0 110011 11000001 1010100 11010

Color Harmonies of #0B637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B637C

Black with #0B637C

Text Example


Text Example

White with #0B637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,99,124); }

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

background-color css

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

 a { background-color: rgb(11,99,124); }

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

border-color css

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

 span { border-color: rgb(11,99,124); }

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