#0B403C

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

Shades of Cyprus #0B403C

Tints of Cyprus #0B403C

Color information

#0B403C (or 0x0B403C) is unknown color: approx Cyprus. HEX triplet: 0B, 40 and 3C. RGB value is (11,64,60). Sum of RGB (Red+Green+Blue) = 11+64+60=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #0B403C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B403C is #F4BFC3. Grayscale: #2F2F2F. Windows color (decimal): -16039876 or 3948555. OLE color: 3948555.

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

Color convert

RGB116460-
CMYK0.8300.060.75
HSL175.47º70.67%14.71%-
HSV(B)175.47º82.81%25.1%-
XYZ2.794.064.91-
YUV47.7134.94101.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=8.15%
G=47.41%
B=44.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1164600.8300.060.75175.4770.6714.71
HexB403C53064Baf47f
Octal13100741230611325710717
Binary101110000001111001010011011010010111010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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