Html Css Color HEX #0B504D Cyprus

📋 copy color: '#0B504D'

red 11 ◦ green 80 ◦ blue 77

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

Shades of Cyprus #0B504D

Tints of Cyprus #0B504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 6.55%
G = 47.62%
B = 45.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#0B504D (or 0x0B504D) is known color: Cyprus. HEX triplet: 0B, 50 and 4D. RGB value is (11,80,77). Sum of RGB (Red+Green+Blue) = 11+80+77=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #0B504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B504D is #F4AFB2. Grayscale: #3A3A3A. Windows color (decimal): -16035763 or 5066763. OLE color: 5066763.

HSL color Cylindrical-coordinate representation of color #0B504D: hue angle of 177.39º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B504D is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 80 77 -
CMYK 0.86 0 0.04 0.69
HSL 177.39º 0.76% 0.18% -
HSV(B) 177.39º 0.86% 0.31% -
XYZ 4.35 6.34 8.02 -
YUV 59.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 11 80 77 0.86 0 0.04 0.69 177.39 0.76 0.18
Hex B 50 4D 56 0 4 45 B1 4C 12
Octal 13 120 115 126 0 4 105 261 114 22
Binary 1011 1010000 1001101 1010110 0 100 1000101 10110001 1001100 10010

Color Harmonies of #0B504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B504D

Black with #0B504D

Text Example


Text Example

White with #0B504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,77); }

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

background-color css

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

 a { background-color: rgb(11,80,77); }

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

border-color css

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

 span { border-color: rgb(11,80,77); }

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