#0B403D

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

Shades of Cyprus #0B403D

Tints of Cyprus #0B403D

Color information

#0B403D (or 0x0B403D) is unknown color: approx Cyprus. HEX triplet: 0B, 40 and 3D. RGB value is (11,64,61). Sum of RGB (Red+Green+Blue) = 11+64+61=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #0B403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B403D is #F4BFC2. Grayscale: #2F2F2F. Windows color (decimal): -16039875 or 4014091. OLE color: 4014091.

HSL color Cylindrical-coordinate representation of color #0B403D: hue angle of 176.6º 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 #0B403D is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB116461-
CMYK0.8300.050.75
HSL176.6º70.67%14.71%-
HSV(B)176.6º82.81%25.1%-
XYZ2.814.075.05-
YUV47.81135.44101.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=8.09%
G=47.06%
B=44.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164610.8300.050.75176.670.6714.71
HexB403D53054Bb147f
Octal13100751230511326110717
Binary101110000001111011010011010110010111011000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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