Html Css Color HEX #0B617C Blue Lagoon

📋 copy color: '#0B617C'

red 11 ◦ green 97 ◦ blue 124

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

Shades of Blue Lagoon #0B617C

Tints of Blue Lagoon #0B617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 4.74%
G = 41.81%
B = 53.45%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B617C (or 0x0B617C) is known color: Blue Lagoon. HEX triplet: 0B, 61 and 7C. RGB value is (11,97,124). Sum of RGB (Red+Green+Blue) = 11+97+124=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B617C is #F49E83. Grayscale: #4A4A4A. Windows color (decimal): -16031364 or 8151307. OLE color: 8151307.

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

Color convert

RGB 11 97 124 -
CMYK 0.91 0.22 0 0.51
HSL 194.34º 0.84% 0.26% -
HSV(B) 194.34º 0.91% 0.49% -
XYZ 8.05 10.08 20.59 -
YUV 74.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 11 97 124 0.91 0.22 0 0.51 194.34 0.84 0.26
Hex B 61 7C 5B 16 0 33 C2 54 1A
Octal 13 141 174 133 26 0 63 302 124 32
Binary 1011 1100001 1111100 1011011 10110 0 110011 11000010 1010100 11010

Color Harmonies of #0B617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B617C

Black with #0B617C

Text Example


Text Example

White with #0B617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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