Html Css Color HEX #0B4741 Cyprus

📋 copy color: '#0B4741'

red 11 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #0B4741

Tints of Cyprus #0B4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.3%

 BLUE value IS 65 (25.78% from 255) = 44.22%

R = 7.48%
G = 48.3%
B = 44.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#0B4741 (or 0x0B4741) is known color: Cyprus. HEX triplet: 0B, 47 and 41. RGB value is (11,71,65). Sum of RGB (Red+Green+Blue) = 11+71+65=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #0B4741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4741 is #F4B8BE. Grayscale: #343434. Windows color (decimal): -16038079 or 4278027. OLE color: 4278027.

HSL color Cylindrical-coordinate representation of color #0B4741: hue angle of 174º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B4741 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 65 -
CMYK 0.85 0 0.08 0.72
HSL 174º 0.73% 0.16% -
HSV(B) 174º 0.85% 0.28% -
XYZ 3.35 4.96 5.78 -
YUV 52.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 11 71 65 0.85 0 0.08 0.72 174 0.73 0.16
Hex B 47 41 55 0 8 48 AE 49 10
Octal 13 107 101 125 0 10 110 256 111 20
Binary 1011 1000111 1000001 1010101 0 1000 1001000 10101110 1001001 10000

Color Harmonies of #0B4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4741

Black with #0B4741

Text Example


Text Example

White with #0B4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,65); }

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

background-color css

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

 a { background-color: rgb(11,71,65); }

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

border-color css

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

 span { border-color: rgb(11,71,65); }

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