#0C403B

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

Shades of Cyprus #0C403B

Tints of Cyprus #0C403B

Color information

#0C403B (or 0x0C403B) is unknown color: approx Cyprus. HEX triplet: 0C, 40 and 3B. RGB value is (12,64,59). Sum of RGB (Red+Green+Blue) = 12+64+59=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #0C403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C403B is #F3BFC4. Grayscale: #2F2F2F. Windows color (decimal): -15974341 or 3883020. OLE color: 3883020.

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

Color convert

RGB126459-
CMYK0.8100.080.75
HSL174.23º68.42%14.9%-
HSV(B)174.23º81.25%25.1%-
XYZ2.774.064.78-
YUV47.88134.27102.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 59 (23.44% from 255) = 43.70%
R=8.89%
G=47.41%
B=43.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264590.8100.080.75174.2368.4214.9
HexC403B51084Bae44f
Octal141007312101011325610417
Binary1100100000011101110100010100010010111010111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,59); }

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

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

 a { background-color: rgb(12,64,59); }

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

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

 span { border-color: rgb(12,64,59); }

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