Html Css Color HEX #0B637E Blue Lagoon

📋 copy color: '#0B637E'

red 11 ◦ green 99 ◦ blue 126

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

Shades of Blue Lagoon #0B637E

Tints of Blue Lagoon #0B637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 4.66%
G = 41.95%
B = 53.39%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B637E (or 0x0B637E) is known color: Blue Lagoon. HEX triplet: 0B, 63 and 7E. RGB value is (11,99,126). Sum of RGB (Red+Green+Blue) = 11+99+126=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B637E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B637E is #F49C81. Grayscale: #4B4B4B. Windows color (decimal): -16030850 or 8282891. OLE color: 8282891.

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

Color convert

RGB 11 99 126 -
CMYK 0.91 0.21 0 0.51
HSL 194.09º 0.84% 0.27% -
HSV(B) 194.09º 0.91% 0.49% -
XYZ 8.37 10.5 21.32 -
YUV 75.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 11 99 126 0.91 0.21 0 0.51 194.09 0.84 0.27
Hex B 63 7E 5B 15 0 33 C2 54 1B
Octal 13 143 176 133 25 0 63 302 124 33
Binary 1011 1100011 1111110 1011011 10101 0 110011 11000010 1010100 11011

Color Harmonies of #0B637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B637E

Black with #0B637E

Text Example


Text Example

White with #0B637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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