Html Css Color HEX #0B5A7C Blue Lagoon

📋 copy color: '#0B5A7C'

red 11 ◦ green 90 ◦ blue 124

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

Shades of Blue Lagoon #0B5A7C

Tints of Blue Lagoon #0B5A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

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

R = 4.89%
G = 40%
B = 55.11%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B5A7C (or 0x0B5A7C) is known color: Blue Lagoon. HEX triplet: 0B, 5A and 7C. RGB value is (11,90,124). Sum of RGB (Red+Green+Blue) = 11+90+124=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B5A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A7C is #F4A583. Grayscale: #464646. Windows color (decimal): -16033156 or 8149515. OLE color: 8149515.

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

Color convert

RGB 11 90 124 -
CMYK 0.91 0.27 0 0.51
HSL 198.05º 0.84% 0.26% -
HSV(B) 198.05º 0.91% 0.49% -
XYZ 7.43 8.84 20.38 -
YUV 70.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 11 90 124 0.91 0.27 0 0.51 198.05 0.84 0.26
Hex B 5A 7C 5B 1B 0 33 C6 54 1A
Octal 13 132 174 133 33 0 63 306 124 32
Binary 1011 1011010 1111100 1011011 11011 0 110011 11000110 1010100 11010

Color Harmonies of #0B5A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A7C

Black with #0B5A7C

Text Example


Text Example

White with #0B5A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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