#0C3B44

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

Shades of Cyprus #0C3B44

Tints of Cyprus #0C3B44

Color information

#0C3B44 (or 0x0C3B44) is unknown color: approx Cyprus. HEX triplet: 0C, 3B and 44. RGB value is (12,59,68). Sum of RGB (Red+Green+Blue) = 12+59+68=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C3B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B44 is #F3C4BB. Grayscale: #2D2D2D. Windows color (decimal): -15975612 or 4471564. OLE color: 4471564.

HSL color Cylindrical-coordinate representation of color #0C3B44: hue angle of 189.64º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3B44 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB125968-
CMYK0.820.1300.73
HSL189.64º70%15.69%-
HSV(B)189.64º82.35%26.67%-
XYZ2.763.626.02-
YUV45.97140.43103.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 59 (23.44% from 255) = 42.45%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=8.63%
G=42.45%
B=48.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1259680.820.1300.73189.647015.69
HexC3B4452D049be4610
Octal147310412215011127610620
Binary11001110111000100101001011010100100110111110100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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