#0B403F

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

Shades of Cyprus #0B403F

Tints of Cyprus #0B403F

Color information

#0B403F (or 0x0B403F) is unknown color: approx Cyprus. HEX triplet: 0B, 40 and 3F. RGB value is (11,64,63). Sum of RGB (Red+Green+Blue) = 11+64+63=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #0B403F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B403F is #F4BFC0. Grayscale: #2F2F2F. Windows color (decimal): -16039873 or 4145163. OLE color: 4145163.

HSL color Cylindrical-coordinate representation of color #0B403F: hue angle of 178.87º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B403F is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB116463-
CMYK0.8300.020.75
HSL178.87º70.67%14.71%-
HSV(B)178.87º82.81%25.1%-
XYZ2.874.15.34-
YUV48.04136.44101.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 63 (25% from 255) = 45.65%
R=7.97%
G=46.38%
B=45.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164630.8300.020.75178.8770.6714.71
HexB403F53024Bb347f
Octal13100771230211326310717
Binary10111000000111111101001101010010111011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,63); }

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

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

 a { background-color: rgb(11,64,63); }

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

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

 span { border-color: rgb(11,64,63); }

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