Html Css Color HEX #0B5A75 Blue Lagoon

📋 copy color: '#0B5A75'

red 11 ◦ green 90 ◦ blue 117

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

Shades of Blue Lagoon #0B5A75

Tints of Blue Lagoon #0B5A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 5.05%
G = 41.28%
B = 53.67%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B5A75 (or 0x0B5A75) is known color: Blue Lagoon. HEX triplet: 0B, 5A and 75. RGB value is (11,90,117). Sum of RGB (Red+Green+Blue) = 11+90+117=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B5A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5A75 is #F4A58A. Grayscale: #454545. Windows color (decimal): -16033163 or 7690763. OLE color: 7690763.

HSL color Cylindrical-coordinate representation of color #0B5A75: hue angle of 195.28º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5A75 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 90 117 -
CMYK 0.91 0.23 0 0.54
HSL 195.28º 0.83% 0.25% -
HSV(B) 195.28º 0.91% 0.46% -
XYZ 7.01 8.67 18.13 -
YUV 69.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 11 90 117 0.91 0.23 0 0.54 195.28 0.83 0.25
Hex B 5A 75 5B 17 0 36 C3 53 19
Octal 13 132 165 133 27 0 66 303 123 31
Binary 1011 1011010 1110101 1011011 10111 0 110110 11000011 1010011 11001

Color Harmonies of #0B5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5A75

Black with #0B5A75

Text Example


Text Example

White with #0B5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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