#0B514A

Color #0B514A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0B514A

Tints of Cyprus #0B514A

Color information

#0B514A (or 0x0B514A) is unknown color: approx Cyprus. HEX triplet: 0B, 51 and 4A. RGB value is (11,81,74). Sum of RGB (Red+Green+Blue) = 11+81+74=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #0B514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B514A is #F4AEB5. Grayscale: #3B3B3B. Windows color (decimal): -16035510 or 4870411. OLE color: 4870411.

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

Color convert

RGB118174-
CMYK0.8600.090.68
HSL174º76.09%18.04%-
HSV(B)174º86.42%31.76%-
XYZ4.326.457.5-
YUV59.27136.3193.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=6.63%
G=48.80%
B=44.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1181740.8600.090.6817476.0918.04
HexB514A560944ae4c12
Octal1312111212601110425611422
Binary101110100011001010101011001001100010010101110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,81,74); }

 H1.HeaderClassName
 {
   color: #0B514A;
 }
 .AnyTagClassName
 {
   color: #0B514A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,81,74); }

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

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

 span { border-color: rgb(11,81,74); }

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