Html Css Color HEX #0B536D Blue Lagoon

📋 copy color: '#0B536D'

red 11 ◦ green 83 ◦ blue 109

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

Shades of Blue Lagoon #0B536D

Tints of Blue Lagoon #0B536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 5.42%
G = 40.89%
B = 53.69%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B536D (or 0x0B536D) is known color: Blue Lagoon. HEX triplet: 0B, 53 and 6D. RGB value is (11,83,109). Sum of RGB (Red+Green+Blue) = 11+83+109=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B536D is #F4AC92. Grayscale: #404040. Windows color (decimal): -16034963 or 7164683. OLE color: 7164683.

HSL color Cylindrical-coordinate representation of color #0B536D: hue angle of 195.92º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B536D is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 83 109 -
CMYK 0.90 0.24 0 0.57
HSL 195.92º 0.82% 0.24% -
HSV(B) 195.92º 0.9% 0.43% -
XYZ 5.99 7.36 15.57 -
YUV 64.44 153.15 89.89 -
System Red Green Blue C M Y K H S L
Decimal 11 83 109 0.90 0.24 0 0.57 195.92 0.82 0.24
Hex B 53 6D 5A 18 0 39 C4 52 18
Octal 13 123 155 132 30 0 71 304 122 30
Binary 1011 1010011 1101101 1011010 11000 0 111001 11000100 1010010 11000

Color Harmonies of #0B536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B536D

Black with #0B536D

Text Example


Text Example

White with #0B536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,83,109); }

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

background-color css

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

 a { background-color: rgb(11,83,109); }

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

border-color css

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

 span { border-color: rgb(11,83,109); }

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